Shortened URL to access this gist: http://tiny.cc/swarmgs
All scripts work in bash and should work in powershell except as noted
git clone https://gist.github.com/g0t4/1454ee7342d54aba5313ffc699d472ba local-folderShortened URL to access this gist: http://tiny.cc/swarmgs
All scripts work in bash and should work in powershell except as noted
git clone https://gist.github.com/g0t4/1454ee7342d54aba5313ffc699d472ba local-folderdocker inspect --format '{{ .NetworkSettings.Networks.nat.IPAddress }}' <container>action.path
path: *.csproj, path: foo|bar|baz, path: *.txt|*.ini.dockerignored => i.e. Dockerfile|compose.yaml => trigger rebuild action
.dockerignored files are ignored for watching even if explicitly set in action.path.dockerignore is historically focused on building images, seems like compose watch needs to be able to override at a minimum?recreate action type w.r.t. the entire watch process
compose.yaml/Dockerfile/*.env => trigger reload of entire docker compose watch| { | |
| // from my video: https://youtu.be/mk_6I8meeHg | |
| // top level components | |
| "editor.minimap.enabled": false, | |
| "workbench.activityBar.location": "hidden", | |
| "workbench.statusBar.visible": false, | |
| // per file/pane | |
| "workbench.editor.showTabs": "none", |
| // ==UserScript== | |
| // @name postgres redirect to current version | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-02-10 | |
| // @match https://www.postgresql.org/docs/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=postgresql.org | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { |