Adam Wojtczak

Results 21 comments of Adam Wojtczak

Correct. The idea is that all paths are inside docker but i am editing it outside.

@fannheyward I am not sure what you mean. I can run python interpreter with `docker-compose run $MY_CONTAINER python` and that will just simply run docker.

I have similar problem but other way around. My timeout is set to `1 sec` and when I turn off my WIFI and run below script it takes `20 sec`...

@ancalita Currently using Rasa HTTP webhook.

May I suggest of one more effort? - Add optional static typing. It would highly improve readability, type hints in IDEs, and make it easier to contribute to code. Later...

I am facing similar issue. When disabling internet connection after timeout delay exception is raised `WebSocketTimeoutException("ping/pong timed out")`. But there is short window of time between disconnect and `WebSocketTimeoutException` when...

Yeah `-R` is super confusing. I spent hours to figure out how to simply do what `-R` accomplishes with plain `ssh`

Any news on this ? Looks like crucial feature :) Thanks for your work!