Chase Busacker

Results 7 comments of Chase Busacker

A workaround that worked for me was the following: ``` for submodule in repo.submodules: submodule.update(init=True) sub_repo = submodule.module() sub_repo.git.reset(hard=True) ``` Explanation: `submodule.update(init=True)` will target the branch to the sha required,...

I'm on the latest version of cypress 13.9.0 and it is still happening. Are there any updates? I can't seem to get the `--proxy-bypass-list` to work. I've tried: `--proxy-bypass-list=;ws://*/api/*`, `--proxy-bypass-list=,ws://*/api/*`,...

I'm on the latest version of cypress 13.9.0 and it is still happening. Are there any updates? I can't seem to get the `--proxy-bypass-list` to work. I've tried: `--proxy-bypass-list=;ws://*/api/*`, `--proxy-bypass-list=,ws://*/api/*`,...

It's also interesting, for my case, it seems the api call to get the websocket intermittently fails. When it does, the server doesn't see the api call at all. it...

> @cwbusacker I just tried @byronwall's solution and it worked for me well. > > The console log has displayed all the failing URLs and web sockets that were not...

@antirez we run into this problem as well in docker container redis:7.0.4-alpine3.16. And redis.conf: ``` bind 0.0.0.0 appendonly yes appendfsync everysec auto-aof-rewrite-percentage 10 auto-aof-rewrite-min-size 64mb notify-keyspace-events Eg$ ``` What is...

I am having this same issue on `balena` devices which uses docker. The only way to fix it is to restart the docker/balena engine.