Andrew Nagy
Andrew Nagy
What @aldy505 posted worked for me as well note you can create a `docker.override.yml` file instead of editing docker-compose.yml directly (which is tracked) docker.override.yml ``` services: postgres: # https://github.com/getsentry/self-hosted/issues/3014 image:...
The reason for the code you removed was so that it worked in github actions on their windows builder.
@here-nerd Whatever works! I'm all for it if we need a work around in github for windows
Resolved in https://github.com/webextension-toolbox/webextension-toolbox/pull/832
@vwheezy the variable type should still be const. You can push to consts. You'll notice the linter fails now because of this
You can just commit again. I can squash and merge when it's all done