George Harker
George Harker
It would be super handy if non-virtual ports could be created with a client name - RtMidi supports this. (i have some stuff that doesn't work with virtual ports, and...
I have a (sightly unusual use case) running well. It needs to be a threaded application - but it's single user local interface for another project. I start the server...
So there's something in the settings for typescript-language-server.vim that causes it to block if there isn't a node_modules folder above in the directory hierarchy of the buffer being edited. Took...
Disambiguation is done via ssrc. This allows connecting to multiple exported connections on the mioxl. There’s some other stuff in here like addicting midi clock message support and control of...
I have a mioXL that exports a number of connections via rtpmidi. When I try and see those using rtpmidid they're all listed (eg aconnect -l shows them). When I...
I'm experimenting with the code in a slightly different context (so there may be no bug in the example app), but I believe there's a lurking bug in the implementation...
@indent.end should end at the node's end row, @indent.branch should end at the end of its capture
The impetus for these changes are from looking at #4554 One of interesting cases there was ``` def foo(x): return bar(1, 2, 3) ``` Which failed to dedent properly. It...
Previous implementation disallowed using higher pin numbers for srst etc, this removes that restriction
This allows lsp to report errors in for example neovim, alerting to potential syntax errors that would otherwise just silently refuse to rename