hlovdal

Results 96 comments of hlovdal

Same issue here, Firefox 97.0.1 on Linux desktop (with noscript, ublock origin, privacy badger, canvas blocker (and some more addons)). Trying to log in from the browser extension icon does...

Have you had any chance to look at the branch? Was it what you had in mind?

That looks good, I am satisfied with this. Don't worry about pushing to my branches, in general I am super comfortable in handling git conflicts so I would not have...

@alex-ilin Have you tested using [`GIT_TEST_PREVIOUS_CHECKED_OUT_COMMIT`](https://github.com/hlovdal/git-test/blob/forget-all-argument/env.md) to update submodules?

@brinehart Did you have success with the suggested solution/other feedback? If not I suggest closing this issue now.

This seems to be a duplicate of #814.

I am also hit by this. Using `monkey.yaml` and `monkey.override.yaml` from #371 it works with docker-compose: ```shell $ cat .env COMPOSE_PATH_SEPARATOR=: COMPOSE_FILE=monkey.yaml:monkey.override.yaml $ docker-compose up [+] Running 2/2 ✔ Network...

And [this comment](https://github.com/Leaflet/Leaflet.draw/issues/1026#issuecomment-986702652) provides a workaround by declaring a global `type` with ```javascript window.type = true; ```

@tracker1 Tip: rather than [using and depending on an external tool like `iptables`](https://github.com/tracker1/mssql-docker-enhanced/blob/main/scripts/start.bash) to restrict access you could use `/opt/mssql/bin/mssql-conf set network.ipaddress 127.0.0.1` (and `0.0.0.0`) instead, [example here](https://github.com/microsoft/mssql-docker/issues/2#issuecomment-895267987).