Julian Grinblat
Julian Grinblat
Test `create`, `multiLoading`, etc
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix (non-breaking change which fixes an issue) - [x] Feature (non-breaking change which adds functionality)...
**Is your feature request related to a problem? Please describe.** When I open neovim without the dashboard and I just want to type something random, I can always just hit...
My CI broke because of a change in https://github.com/nock/nock/pull/2572 Some other people later mentioned this issue, but no one has yet found the root cause Honestly I am curious but...
I added the mapping shown in the `README` below: ``` cmp.setup.cmdline(':', { mapping = cmp.mapping.preset.cmdline(), sources = cmp.config.sources({ { name = 'path' } }, { { name = 'cmdline' }...
**Is your feature request related to a problem? Please describe.** Would be nice to have an option to automatically enable auto-centering when executing a move command, similar to the following...
[request](https://www.npmjs.com/package/request) was deprecated earlier this year. Moreover, it has dependencies on problematic modules like [sshpk](https://github.com/joyent/node-sshpk/issues/42). It should be possible to migrate to [bent](https://www.npmjs.com/package/bent) by the same developer. `urllib` could be...
Despite the application seeming to work without issues, I cannot find the BLE device from any other BLE client. I tried using a pocophone f1 with lineageos 21 and a...
Would you be able to refactor the code to expose an API that can be used from inside Node? It would be infinitely useful. I could try to work on...