Adam Wojtczak

Results 13 issues of Adam Wojtczak

I wonder if it would be possible to setup coc-pyright to use paths inside docker container. I see there was issue about this in coc-python repo: https://github.com/neoclide/coc-python/issues/85

### Rasa Open Source version 3.1.0 ### Rasa SDK version 3.1.1 ### Python version 3.8 ### What operating system are you using? Linux ### What happened? We have hand-off mechanism...

type:bug :bug:
area:rasa-oss :ferris_wheel:
triaged

Below happens when starting recording, rapidly goes through started>finished>share without recording anything. Node version : v12.13.1 ``` terminal user@ThinkPad:~/termin$ node node_modules/terminalizer/app.js record demo The recording session is started Press CTRL+D...

With below simple script it's easier to choose your favorite theme. Note: - This requires `allow_remote_control yes` in your `kitty.conf` - Save below to file named "random_kitty" and run `sudo...

Is it possible to group changes to models by request? For example, one API call can make multiple changes to different models. How could I do that without rewriting too...

See https://github.com/websocket-client/websocket-client/issues/841 This PR allows to pass timeout for proxy in `run_forever`. Default timeout is quite long (60 sec) so this way user can set it's own.

https://github.com/websocket-client/websocket-client/blob/61171591b08ee031e02cc6cb129952259062f502/websocket/_http.py#L62 https://github.com/websocket-client/websocket-client/blob/61171591b08ee031e02cc6cb129952259062f502/websocket/_core.py#L244-L246 https://github.com/websocket-client/websocket-client/blob/61171591b08ee031e02cc6cb129952259062f502/websocket/_app.py#L327-L333 This means that without monkey patch it is resulting in default 60 sec as per `python-socks` I will try to create PR.

I am using below html for my hashtagged gallery: ``` ``` I run script as per your website but changing **a** with **img:** ``` jQuery(document).ready(function($) { $('img[data-rel^=lightcase]').lightcase(); }); ``` Works...

Discovered (thankfully in dev env) issue with ping/pong timeout when running with `run_forever`. Chain traceback, with multiple (10,000+) ping/pong timeout errors. At the end, our logger raised recursion error as...