Andrew Madsen
Andrew Madsen
Don't close this without testing sleep/wake and close-on-quit functionality in the new Swift `SerialPortManager`.
:+1: I'm well underway. The code in the 3.0 branch includes all classes except `ORSSerialPort` itself rewritten in Swift. I'm in the process of rewriting `ORSSerialPort` (aka. `SerialPort`) itself now....
I work on another Objective-C MIDI library called MIKMIDI: https://github.com/mixedinkey-opensource/MIKMIDI . It has full featured support for playing (and recording) MIDI files. Can be as simple as: ``` MIKMIDISequence *sequence...
I should probably clarify the documentation around [this](https://github.com/armadsen/ORSSerialPort/wiki/Packet-Parsing-API#the-response-evaluator). The behavior you're seeing is correct (minus not seeing all 32 bytes). The response evaluator is called repeatedly with progressively bigger chunks...
Seeing the same thing on macOS 10.14 (18A391) with Python 2.7.15 (the system version).
I'm having the same problem. I'm on macOS 14.2.1 with ZSH. I've set `JIRA_API_TOKEN` and `JIRA_AUTH_TYPE` in .zshrc. When I run Jira init, provide my JIRA instance URL, then login...
Exact same thing as @mattiapesentiAGADE. I'm on Jira cloud version 1001.0.0-SNAPSHOT. I've also just tried removing the JIRA_AUTH_TYPE=bearer ENV variable, and it works now!
Hi, can you provide more detailed information about your setup? What does your Arduino sketch look like?
I'm happy to submit a PR to fix up some of this if that's helpful.
The Makefile portion of this has already been fixed here: https://github.com/ofxa/openfx/pull/83 but the PR hasn't been merged yet.