Alex Norman
Alex Norman
I use nvim-qt on a mac and launch from the terminal and background with `&` .. i find that pretty frequently after i quit nvim-qt i still have a `nvim`...
My approach for similar problems is usually to have a `poll()` method that the API exposes that the user must call, `poll()` reads from a channel that the realtime thread...
@btrepp wondering if you've had a chance to look this over?
I just verified the same osx behavior as @stuffmatic saw, the default example code in the README doesn't make my device show up as a MIDI device on osx but...
I'm able to use it from git too but was initially a little confused when the example on the front page didn't work with what I had installed via `crates.io`...
@ericsink on this note, is there a tutorial or example project or something that shows how to use *custom_sqlite3*? I'm curious about Android and iOS right now but eventually Windows,...
@ericsink the 1.0 features in your README include: *Provide an easier way for people to use custom sqlite3 builds* 😄 Maybe you could write a wiki entry at least that...
a template for [cargo-generate](https://github.com/cargo-generate/cargo-generate) could be nice
work in progress here: https://github.com/x37v/libdaisy-rust/blob/xnor/is25lp/src/flash.rs It requires a branched version of the HAL.
> Interesting. How would I use it? The example shows how to send midi with raw serial packages.. but, I was thinking I'd probably try this: https://docs.rs/embedded-midi/0.1.0/embedded_midi/index.html I could update...