Adam Wojtczak
Adam Wojtczak
Bumping this. Would be awesome to have official images. Happy to contribute.
@bubbleboy14 Sure here is how i was able to reproduce it locally with `1.4.0` (same as in our env at the time of issue occurring): **Install**: 1. `pip install websocket-client==1.4.0`...
@j-a-n @bubbleboy14 @engn33r Actually putting ping/pong recursion error aside: I think what mostly caused some headache in our project was that going from `1.3.3` > `1.4.0` the re-connection mechanism was...

The extension points are pain for core plugins. I can't seem to find a way to do it for `LuaSnip`. The only way is to have dirty git source with...
I don't know if it's safe to run for everyone but what helped me was `rm -rf /home/user/.local/share/nvim/shada/*`.
@devboy There should be option to change default action. `` is usually much easier to go for and not all people need to search files. I would say this is...
@Zeioth You can try to apply my changes #125 locally and use option with setup: `telescope_default_action= "cd"`
@Linbreux The sidebar on the left. I guess it's a dupe then. I thought that the macro issue is bit different than that.
I've been using this and it is workaround, remember you can use Python syntax inside `jinja2`: _Template_: ``` {% set my_array = env_variable.split(',') %} {% for item in my_array %}Item...