Dronakurl
Dronakurl
Argl! I am so stupid. I should have checked the PRs first. This is so much better than the PR, I submitted today!
I noticed that problem, too. When ":GpChatToggle popup", the popup is not in markdown.
OK, I will see to it. I am on some other project right now, though. The html file generation could be separated, I think. - I just disabled the plugin...
Thank you for your request! How could this work exactly? Maybe, something like this example? The injection given in the comment is activated? ```python # injectme: rst_for_docstring def myfun(): """...
This should be done by a treesitter query. When I monitor the strings with lua, only to activate treesitter on a certain comment, this would be much slower. Sorry, but...
This can be down with altering the regex. Treesitter supports the i flag of regex (see here: https://github.com/tree-sitter/tree-sitter/issues/261), but I could not get this to work. I just used square...
Having a similar problem. When I try to build this container, `jetson-containers build --name=torchbase pytorch opencv python:3.12 ffmpeg numpy torchvision` I get an error: ``` Requirement already satisfied: numpy>=1.21.2 in...
A great suggestion, thank you. I did not know about some of the tecniques used in headlings.nvim.
No, this is something different. Even when the .env file is completely empty, I get this behaviour. > Found 1 possible duplicate issue: > > 1. [[BUG] APP_NAME in .env...
This is wild, it only is a problem in `fish` shell. So I am going back to `zsh` for a while