Will Yager

Results 2 issues of Will Yager

Currently, on startup, the macos protonmail bridge automatically executes `/usr/bin/security execute-with-privileges /usr/bin/security add-trusted-cert -d -r trustRoot -p ssl -k /Library/Keychains/System.keychain /var/folders/` (attempting to add a self-signed CA cert to the...

enhancement

I'm interested in using midi-msg for an embedded MIDI project, but I see that the core `MidiMsg` type relies on `Vec` for the internal representation of arbitrary-length message types, such...