sadguitarius

Results 9 issues of sadguitarius

I'm trying to send long sysex dumps through rtpmidid, and it looks like I'm running into the hard cap of 4096 bytes imposed by rtpmidid. I just tried recompiling rtpmidid...

Hi, I'm using rtpmidid to implement a patchbay to route connections through a Raspberry Pi. I've written a version of aconnect that allows me to serialize and deserialize a group...

When searching for documentation on a method, the regex doesn't find cases where the line starts with the class name and not just the method name. Also Windows path names...

Hi @davidmoreno, on the most recent commit I'm only able to get rtpmidid to compile by enabling precompiled headers. While this isn't necessarily a showstopper, I figured I'd bring it...

Here you go. I had to add a couple of include headers but they may not be in the most optimal place. I'm also realizing now the `auto` declarations may...

Ok so sorry for the barrage of issues, I've been meaning to log these and never got around to it. It appears that something has changed in the handling of...

I'm getting this error log when trying to start the language server in Neovim. This happens with Node 23.0.0 and not with 22.9.0. I'm using the default LSP settings from...

Hi, just wanted to point out that aseqsend is failing because the value returned by getopt_long can never be -1 since it's a char.