Ron Evans

Results 67 issues of Ron Evans

THis PR fixes the crash on exit when streaming video with the DJI Tello by adding a channel to close video to avoid errors on program exit.

This PR adds BLE support for Windows and also removes macOS specific UUID code no longer needed.

This issue is intended to start a conversation about some ways to improve and process the different errors that can occur, and also do so in a consistent way for...

enhancement

See https://github.com/tinygo-org/tinygo/issues/2947

enhancement

This PR updates the README with info on the newly added Windows support!

It would be great to support publishing Prometheus metrics!

This is a ball of commits, sorry to have not made them more atomic, we will attempt to stay more compatible in the future. It includes: - Proper video handing...

The same issue mentioned in the README that plagues JRuby also impacts Rubinius: a lack of ripper support. It would be great to be able to run rspec-given under these...

I was trying to call the `DiscoverServices()` in order to retrieve only a specific list of services based on the UUIDs. However, it was consistently refusing to return any results....

This PR modifies the example to change the boolean `input_noecho` to `input_echo` to remove negation. I was reading thru the code, and thought it would probably make it easier for...