bwpge

Results 32 comments of bwpge

For anyone who wants to verify/test the logic, the following script was ran in Neovim with `:luafile %`: ```lua local dpunc = { "()", "[]", -- "{}", "^", "&", ";",...

@pysan3 wanted to ping you on this one. I'm sure things are a bit hectic with the changeover in responsibilities so no rush, just a bump to keep on the...

Not the author, but just chiming in with my two cents. If you simply want to linearly move the mouse (e.g., with constant speed and no acceleration) given some time...

@AltF02 I can submit a PR for a (simple linear) animate function if you'd like, I'm just not sure if that functionality is within the scope for this crate. I...

I think the above suggestion definitely works for its purpose of exposing parsed details of subparsers, however it doesn't really solve the friction point of abstractly checking if any subparser...

@skrobinson for this part: >If a consumer needs to identify the subparser before using it, I don't see how a sequence of subparsers helps. Totally agreed at *some* point the...

>I have a hard time imagining how one would run validation on an unidentified object. Just for a personal example to maybe make this more concrete: My team (working on...

Came across this today, To add a few more details: - Looks like the bug only triggers when opening a file from my file tree plugin ([neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)) which is **not**...

I just stumbled across a Neo-tree issue that seems to be the cause of this issue. Linking to it here so both issues have visibility on each other: https://github.com/nvim-neo-tree/neo-tree.nvim/issues/1264 This...