Allan Deutsch
Results
2
issues of
Allan Deutsch
The docs don't have great examples demonstrating how to use the svelte CSF with typescript support. as an example, with `` now deprecated in favor of ```ts export const meta...
enhancement
## Description `vim.api.nvim_get_current_win()` and `vim.api.nvim_list_wins()` return `integer` and `integer[]`, respectively. Integer seems to be the correct typing annotation here. Similarly, `edgebar.wins.win` is a window ID integer, so the final conditional...