Ondrej Brablc
Ondrej Brablc
I just switched from the legacy Django extension (it was clashing with _hyperscript extension) and I was trying to get rid of all `django-html` code only to find by bisecting...
Hello, I wanted to thank you for your PoC to use external certbot for traefik. I created docker image inspured by your code - https://github.com/brablc/swarm-certbot-traefik . I guess I reinvented...
it looks like **send** is treated as a keyword even when not standing alone but part of another word:  However `sender` is a member of the zoo: https://hyperscript.org/docs/#zoo
Examples of code that breaks syntax highlighting: ``` put `Hello` into #main make an ``` Funny enough this works fine: ``` put 'Hello' into #main ``` For JavaScript style template...
I have code like this: ``` {% for i in '01' %} {% cycle 'hidden lg:block' 'lg:hidden' as res_class silent %} {% for j in '012' %} {% if i...
**NeoVim Version** ``` NVIM v0.10.2 Build type: Release LuaJIT 2.1.1713484068 ``` **Describe the bug** When running `require("neotest").run.run(vim.uv.cwd())` in Python project, `neotest-golang` adapter reports missing go tests: > [!CAUTION] > The...