Chad Skeeters
Chad Skeeters
Sometimes I want to comment out a bullet without removing from the source ``` * Bullet #1 * Bullet #3 ``` This results in - Bullet #1 - Bullet #3...
A cell with `@avg` isn't recalculated when a cell included in it's range is modified as a result of `:fcopy`. Start with the following file, `recalc.sc`. ``` # This data...
When I use the `--release` flag, I get errors. $ cargo build --release Compiling proc-macro2 v1.0.83 Compiling libc v0.2.155 Compiling syn v1.0.109 Compiling rustversion v1.0.17 Compiling anstyle-query v1.0.3 error: failed...
As suggested in #1971.
If a cell has a number representing a date and a label (for future `E` ``), the cell of the markdown exported table outputs the label instead of the formatted...
[read](https://github.com/chomosuke/typst-preview.nvim/blob/0354cc1a7a5174a2e69cdc21c4db9a3ee18bb20a/lua/typst-preview/servers/factory.lua#L176) is written correctly to handle the case where multiple JSON messages are returned from the Language Server (LS) with new lines as the messages separator. However, as the Typst...
A typst file with contents: ```typst Bob’s car ``` Will cause the error `index out of range` @ semantic_tokens.lua:149 in the neovim runtime. ``` Error executing vim.schedule lua callback: ...0.2_1/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:304:...
### Checklist - [X] I have read through the manual page (`man fzf`) - [X] I have searched through the existing issues - [ ] For bug reports, I have...
Link to book is broken. This fixes it.
**Describe the bug** When a string has a character with a value larger than 0x7F, it gets encoded into multiple bytes in UTF-8 encoding. When using the viewport component of...