bfredl

Results 459 comments of bfredl

FWIW, the mpack `Unpacker` would be a good candidate for systematic fuzz testing. Could be done somewhat regularly by taking some large dictionary of valid message strings (like the functional...

I don't think we want a separate window id for "widgets" as part of the window grid. What we need to supply the full information to the UI how many...

The smooth scrolling part of this has been addressed with a `win_viewport_margins` event to indicate what regions are excluded from the `win_viewport` scrolled area #28081 .

> nvim --listen could take a special value like "systemd-socket" Likely not impossible at all but is there any reference documentation for what neovim is supposed to _do_ in this...

> To support this, neovim should accept a listening socket from systemd and accept connections on it. What does this mean? is the socket specified in an environment value? some...

We will not link to a systemd shared library. but perhaps these rules are simple enough to implement in plain c code: > Internally, sd_listen_fds() checks whether the $LISTEN_PID environment...

> The design of https://github.com/neovim/neovim/pull/18375 is wrong.. The TUI and server code should be separated. That's... exactly what it already does. Also see follow up PR:s which disentangles them further....

For 0.10 on windows it will be **strongly** recommended to only use UCRT builds of neovim. We don't actively prevent other builds but they are deprecated. Any bug which only...

The UCRT issue was fixed literally moments ago for MSVC. maybe there is no rush to panic to declare it will never be fixed for MINGW? if we consider the...

@Biswa96 I am not sure exactly how the three binary package editions differ, but we should be able to fix at least the one which already is UCRT to use...