Patrick Reisert

Results 147 comments of Patrick Reisert

Thanks for reporting the bug! The underlying reason is that the coremidi crate is unsound. The macOS implementation in midir uses the safe API from coremidi, which is not supposed...

Partial solution: https://github.com/chris-zen/coremidi/pull/58 (I don't know how the `panic!` would be handled in Firefox, though) A better solution of course would be to split the SysEx into chunks (if that...

I think it is not related to the semicolon, because I'm observing similar (the same?) behavior with other "operator" tokens: ```rust macro_rules! macro1 { () => { const FOOBAR: usize...

Sorry, this fell through the cracks, and it's a lot of code ... are you still interested in pushing this forward? The hard question here is if any other platform...

What OS/backend are you using? This issue is probably platform-specific.

Unfortunately I don't know much about PipeWire or ALSA internals, and I don't really have any idea what to do about it besides the sleep ... But maybe other people...

The CI seems broken/outdated: ``` Downloaded libc v0.2.177 error: package `libc v0.2.177` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.58.1...