Jan Edmund Lazo

Results 95 comments of Jan Edmund Lazo

``` === npm audit security report === # Run npm update minimatch --depth 4 to resolve 1 vulnerability High Regular Expression Denial of Service Package minimatch Dependency of karma-coverage [dev]...

Why are there 2 lockfiles? Nothing broke so far but I get warnings from yarn because of `package-lock.json`.

My position on this matter is to remove some of the bundled, optional, external tools and let a package manager (ie. https://github.com/lukesampson/scoop) or the OS environment handle it. For example,...

https://github.com/neovim/neovim/blob/master/runtime/autoload/health/provider.vim#L116-L139 `s:download` for `:checkhealth` uses curl **if available** and falls back to python. It's not a requirement for Neovim core to function so I'd remove it in favor of powershell...

I'm in favor of busybox because I use it myself via scoop. It has wget for basic http requests so curl can be removed. I don't mind bundling it to...

curl is upgraded for v0.5.0 release. Keeping this issue open until a more maintainable solution is found (ie. not manually managing curl versions in a separate repo, busybox, etc.).

~~`nvim_win_set_buf` does not block autocommands.~~ https://github.com/neovim/neovim/pull/13664 Reverted in https://github.com/neovim/neovim/pull/14531 to not break `nvim_open_win()`.

Breaking changes from Neovim's implementation of Vim's blob feature - Lua strings containing nulll bytes are converted to blob - https://github.com/neovim/neovim/commit/de9df825d5e38e6a9e5ba254d1d27cb3cfc9f557 - https://github.com/neovim/neovim/issues/14801