Luis Michael Ibarra
Results
3
issues of
Luis Michael Ibarra
`go.nvim` fails to load `nvim-tresitter parser_install_dir` correctly for new buffers. `nvim-treesitter.lua`: ``` -- Defines a read-write directory for treesitters in nvim's cache dir -- As /nix/store is read only, parsers...
question
That's it.
In the code/videos related to Axum, it's used 0.6.* but >0.7 has a [breaking change.](https://github.com/tokio-rs/axum/pull/1868). `cargo add axum -F multipart`. ``` // Build Axum with an "extension" to hold the...