-
I tried to build from source on Arch Linux using the instructions provided in the README, but got this error:
```
> svelte-app@1.0.0 build
> rollup -c
[!] RollupError: Node tried to load your …
-
The cooklang spec states that quantity for cookware is supported. However, when running it, the output shows a warning.
Actual Output
```shell
$ cook recipe read
-
Seems it does not recognize tests inside tsx files:
![Screenshot from 2024-01-30 18-08-04](https://github.com/marilari88/neotest-vitest/assets/7434/8044c7c6-57ce-445d-825c-ffee223e7990)
I follow…
-
The `cook server` is great, but it's not practical to use without a computer to serve it on. It would be really nice to be able to generate a static website from a recipe book that could be deployed …
-
... as I would like to use it on this platform.
Thanks a lot.
-
Noticed the new release, but not seeing the linux executable in the releases....possible to compile locally for arm64 arch following the docs in the readme?
-
### Your `minimal.lua` config
```lua
local root = vim.fn.fnamemodify("./.repro", ":p")
-- set stdpaths to use .repro
for _, name in ipairs({ "config", "data", "state", "cache" }) do
vim.env[(…
-
### Describe the highlighting problem
In Sublime, format verbs in printf like strings in go e.g `%v`, `%d`, `%s` etc. are highlighted differently in the string, so it's clear when looking at a strin…
-
-
### Describe the bug
The rust code below fails to generate a full CST when calling `:Inspect`:
```rust
fn main() {
println!("{}", ok);
println!("ok");
}
```
Instead, the tree below…