Alexander Hudek
Alexander Hudek
On the Beaglebone Green it turns out that GPIO pins start already exported. This causes Gobot to fail on the first run because it can't export the already exported pin....
Hi Brenton, How do you feel about making a pre-1.0.0 non-snapshot release? Are there any issues that would make this inappropriate for production use as is? Alex
I'm trying to test this library against some larger english corpora but I'm running into trouble aligning the results back to the original text. Even with "clean" turned off, the...
The original doc string for filters made it sound like you were filtering entire namespaces. Looking through the issues it seems that I'm not the only one: https://github.com/adzerk-oss/boot-test/issues/28. This PR...
When you open a file that doesn't exist, you get a generic error with. a "state : file does not exist" message rather than an afero.ErrFileNotFound. This makes it difficult...
Getting input from a microphone needs to use the Output scope and Input Element, and sending audio to a speaker needs to use the Input Scope and Output Element. See...
Hi Mojtaba, I was trying out your package but find that the reported tempo is off consistently by 5. The easiest test of this is to use `808kick120bpm.mp3` from the...
I'm trying to work with the notifications support, but it appears impossible to properly handle Notifications without AnyObject being exposed as part of the crate api. Am I missing some...
I wanted to be able to create a source from a unique id. The advantage of this over using name or index is that the unique id is unique to...