-
On UI/ShoppingListe.svelete line 11 & 38
onDelet should be onDelete
-
### Describe the bug
While typing in a vimwiki file I regularly get an error about a missing parser
### To Reproduce
Go to a vimwiki file. Start a new line, type '--' and then start a new line, you…
-
I would love to see support for [cooklang](https://cooklang.org/), which is a lesser known language for cooking recipes, but very promising. Since a lot of hugo websites are about cooking or recipes i…
-
### Describe the bug
Stacktrace:
Error in decoration provider treesitter/highlighter.win: …
-
Using a label to mark a postion in the code, so 0 len range, shifts the following _graphics_ in the current line by 1 character because the lines used to mark the label takes 1 character not taken int…
-
I have something like this in my config:
```lua
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*.org",
callback = function()
require("otter").activate()
end,
})…
-
### Describe the bug
I noticed some lag while editing large tsx files (~2000 lines). The lag manifests as slow repaints; i.e. after making changes, the terminal is slow to show the updates.
I foun…
-
### Issue
Currently, when we create a recipe with a named timer, it displays the name and duration together. For example, from the [Cooklang spec](https://cooklang.org/docs/spec/#Timer):
```
Boil…
-
Hello!
My plans are to write recipes in English and German and export them to MD. But the section names are hard-coded in Englisch.
I used for a quick prototyping https://github.com/longbridgeap…
-
### Describe the bug
I have seen some weird errors of the "Invalid node type" category latetly, and cannot put my finger on what is mismatched.
And the stack trace does not show the data source for …