Ari Russo
Ari Russo
@grimnebluna Sorry, I need to fix my github notifications- I only just noticed this Thanks for posting I've never owned a Turing Machine so bear with me. I'd like to...
@grimnebluna Yeah give that a try and also try switching what module you're sending out to, just as a test The outgoing voltage from Branches/Twigs is +5V. That's something that's...
Above fix is in https://github.com/arirusso/twigs/releases/tag/v1.0.2
Hi, thanks so much for the compliment and this detailed explanation of the issue Will take me a couple of weeks to find time to dig into it but I...
@javier-sy Would you be able to test to see if the problem is still there using an experimental branch of [ffi-coremidi](https://github.com/arirusso/ffi-coremidi) that I created for this? You should be able...
ymmv but I was able to work around this with something like ```jsx const hasAndroidCameraPermission = async () => { const cameraPermission = await request(PERMISSIONS.ANDROID.CAMERA) return cameraPermission !== RESULTS.BLOCKED &&...