Scott Olson
Scott Olson
I just noticed and investigated something in the output in https://github.com/denoland/deno/issues/7953 that I somehow missed the first time around, after the usual panic message: ``` fatal runtime error: failed to...
Is it possible to emit scroll wheel events?
### Description Using `require("telescope.builtin").lsp_definitions()` fails even when `vim.lsp.buf.definition()` works in the Deno LSP for a dependency or builtin (like `console.log`). See recordings in expected/actual sections. ### Neovim version ```markdown NVIM...
I noticed that https://github.com/mozilla/nixpkgs-mozilla added a "Rust overlay". We should combine our efforts with them if possible.
**Describe the bug** The `std.record.update` and `std.record.remove` functions don't recalculate changes in fields that depend on the modified field, but those recalculations do take effect after a merge, even a...