bfredl
bfredl
There is also the slight issue of racyness, if someone does ``` let job = jobstart() call job_attach(job, {'on_stdout':...}) ``` do we promise it to be race-free? Or slightly more...
No I meant: could some prefix of the output already be processed before the handler gets registered and thus not seen by the handler? Reasonably not in the first case,...
Right, it is a problem of documentation and expectation management. But if we include say a streamreader helper for plugins that only are interested in the complete stdout on exit,...
> This could be enabled optionally as a flag in the {opt} dictionary This usecase seems common enough to warrant a simple convenient solution, so sounds reasonable to me.
If I understand correctly `nottyfast` does two things in vim: - disable semantic linewrap. This was reimplemented recently (#8915) and could easily be placed behind an if statement (using the...
Neovim should actually behave like nottyfast w.r.t scrolling internally now, but if terminfo entries is missing nvim TUI might still emulate scrolling. (I have noticed vertically scrolling regions being disabled...
> are you refering the last stable release or HEAD? Since a few stable releases ago (0.3.2) > What about the semantic line wrapping? semantic line wrapping only comes into...
the benefit of draft PR:s is that you can comment/give suggestions directly on the code diffs and have it tracked as part of the PR discussion even as code is...
I opted to document the meaning of the integer constants instead of changing to float, which seemed a more conservative change and works well enough. Updated the UI for OLED....
@PaulFreund not sure I follow, are you talking about generating midi CC from the mod matrix? Or more like editing synth params over CC?