Wes Higbee
Wes Higbee
What needs to be done to fix this? I am happy to help with the code. This is unbearable.
@denelon thanks for the suggestion, I prefer the output of `Get-WinGetPackage` given I can customize that with my own formatting
This could work for any compose project with a build. ``` services: nginx: build: context: . prune: true ```
How about an action type of `recreate` to support the following? ```yaml # ... watch: - action: recreate path: compose.yaml - action: sync path: ./web target: /src/web ignore: - node_modules/...
+1 in linux environments, `firefox-esr` uses `~/.mozilla/firefox-esr/` and currently mkcert checks `~/.mozilla/firefox/`
FYI https://github.com/FiloSottile/mkcert/pull/566
FYI in the latest build of `Docker Desktop for macOS` it no longer automatically sets/updates `/var/run/docker.sock` - To re-enable use `Settings` > `Advanced` > `Allow the default Docker socket to...
This would rock! If there is any interest, I'd be happy to help implement this.
It would be nice to split up any configuration into a separate json file... why limit it to subsections! Just add to the merge strategy as-is.
When this happens, sometimes I am having agents get "stuck" as if they still exist but they don't and so I lose licenses on my server until I reboot the...