Roman
Roman
I have the same issue. A motion sensor stops working after 1-2 hours and starts working again immediately after I reload the extension.
I created a MR which potentially fixes this issue here: https://github.com/cypress-io/cypress/pull/28340
Any news here? The issue is visible by using a local proxy (eg. Fiddler) and redirecting cypress to Fiddler. Then you see in Fiddlers log, that the first request (which...
We still need to use a workaround to get an immediate (fail) response for the first request: ``` echo "127.0.0.1 api-proxy.cypress.io" >> /etc/hosts ``` It works but having a correct...
A repo would not be enough, you need a specific network setup to reproduce it. Basically, if you have a setup that blocks any internet access but allow connecting via...
This issue is still pending and the corresponding PR was closed. It is almost impossible to create a sample repo / test for the issue as this needs a specific...
I actually gave it a try and implemented it in this PR, so it is ready for review.
This is the only thing that I am missing so that Bookstack will finally replace my old confluence. In confluence I had spaces which were complete separate containers for stuff...
In case someone also needs this for Windows, here is how it seems to work in Windows: ```yaml plugins: raw-logs-follow: shortCut: Ctrl-L description: logs -f scopes: - po command: kubectl...
I don't really remember why, but it needs to be a volume. Why can't you use one? You can even create a bind volume to place it wherever you want...