Ellie Hermaszewska
Ellie Hermaszewska
Closed by https://github.com/shader-slang/slang/pull/3703
fixed by https://github.com/shader-slang/slang/pull/3703
In Foreign.Marshal.Array there exists the function `peekArray :: Storable a => Int -> Ptr a -> IO [a]` Would it be sensible to add `peekVector :: Storable a => Int...
https://github.com/AstroNvim/astrocommunity/blob/f4a19c410fdcf778d44a8b9ece55e529df7a0274/lua/astrocommunity/motion/leap-nvim/init.lua#L9-L25 These should be conditional on nvim < 0.10
Works for aspell and myspell (hunspell) when using enchant. See https://github.com/NixOS/nixpkgs/pull/38393 and https://github.com/NixOS/nixpkgs/issues/34308 for motivation
### Your environment Which LSP client (editor/plugin) do you use? Neovim, astrovim (which I think is using luasnips and nvim-cmp) The actual crash is in nvim-cmp, so it's quite possibly...
 Here, the first red message spans multiple lines, however the second message is not connected
It would be nice if hitting `?` would display a list of keybindings somewhere in `jj split`, at the moment I have to click through the menus at the top...
Closes https://github.com/shader-slang/slang/issues/5267