User contributions for Mgm-seedbury

A user with 35 edits. Account created on 13 August 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

14 January 2026

9 January 2026

7 January 2026

5 January 2026

17 December 2025

16 December 2025

15 December 2025

  • 20:5920:59, 15 December 2025 diff hist +757 N Usual WorkflowCreated page with "Every feature, bug, improvement, and hotfix will be developed on a specific feature branch with an associated Pull Request(PR). Usually each issue will have only 1 PR, but may have more. == Working on a previously defined issue == To work on an issue that has already been defined, you will only need the issue number. In the terminal, run: ''startFromIssue <branch_name> <issue_number> <(OPTIONAL) PR_title> <(OPTIONAL) PR_description>'' A title for the PR is only needed..."
  • 20:4120:41, 15 December 2025 diff hist +17 Setup StepsNo edit summary
  • 20:3820:38, 15 December 2025 diff hist +428 Setup Steps→‎User Settings and Aliases
  • 20:2020:20, 15 December 2025 diff hist +3 Bash aliases codeNo edit summary
  • 20:1920:19, 15 December 2025 diff hist +9,649 N Bash aliases codeCreated page with " alias edit="code ~/.bash_aliases" function mergeFrom() { currentBranch=$(git rev-parse --abbrev-ref HEAD) git checkout "${1:-Development}" git pull git checkout "${2:-$currentBranch}" git merge "${1:-Development}" } function commitAndPush(){ git add . && git commit -a -m "$1" && git push } export GITEA_TOKEN=<get token in gitea> # ====== MINIMAL GITEA HELPERS (env-driven, non-interactive) ====== export DEFAULT_BASE_BRANCH="${DEF..."
  • 20:1620:16, 15 December 2025 diff hist +199 Setup Steps→‎VSCode
  • 20:1320:13, 15 December 2025 diff hist +20 KsitropyNo edit summary
  • 20:1120:11, 15 December 2025 diff hist +2,143 N Tasks.json codeCreated page with " { "version": "2.0.0", "tasks": [ { "label": "browser-sync", "type": "shell", "command": "npx", "args": [ "browser-sync", "start", "--proxy", "http://localhost:1338", "--ws", "--serveStatic", "${workspaceFolder}/api/src/webServer/ui", "--files", "${workspaceFolder}/a..." current
  • 20:0920:09, 15 December 2025 diff hist +3,864 N Setup.json codeCreated page with " { "version": "0.2.0", "configurations": [ →‎--- Server (Node.js) ---: { "name": "Server: Node (inspect)", "type": "pwa-node", "request": "launch", "program": "${workspaceFolder}/api/src/webServer/webserver.js", "cwd": "${workspaceFolder}/api/src/webServer", "runtimeArgs": [ "--inspect=9229" ], "env": { "NODE_ENV": "de..." current
  • 20:0820:08, 15 December 2025 diff hist +404 N Global user settings jsonCreated page with " { "editor.detectIndentation": false, "editor.insertSpaces": false, "editor.formatOnSave": true, "javascript.format.semicolons": "insert", "javascript.preferences.quoteStyle": "single", "javascript.preferences.importModuleSpecifierEnding": "js", "editor.codeActionsOnSave": { "source.organizeImports": "always", "source.addMissingImports.ts": "always" } }" current
  • 20:0520:05, 15 December 2025 diff hist +1,793 N Setup StepsSetup steps for Ksitropy development workstation
  • 18:4318:43, 15 December 2025 diff hist +17 KsitropyNo edit summary

24 September 2025

13 August 2025