Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,497 contributions in the last year
Activity overview
Contribution activity
December 2020
November 2020
Created 43 commits in 5 repositories
Created an issue in buttplugio/buttplug-rs-ffi that received 1 comment
WASM clients can't set up event handlers before connection
Due to the connect call now returning a fully formed client, javascript listeners can't set up event handlers before connect, meaning they'll miss …
Opened 17 other issues in 5 repositories
buttplugio/buttplug-rs
7
open
1
closed
- Stop Scanning event not sent correctly
- Disconnecting an in-process connector should act like an actual disconnect
- Expose list of device communication managers via server API
- Add support for the Kizuna controller.
- Consider using future_codec for message parsing in remote connectors
- Kiiroo Keon not visible on macOS
- Mysteryvibe Tenuto doesn't connect correctly
- Add Nobra's Silicone Dreams device support
buttplugio/buttplug-rs-ffi
3
open
3
closed
- Expose test devices to FFI
- WASM is built w/ async/multithreading strategies that may not be needed.
- futures_timer methods in buttplug-rs will panic WASM FFI
- Add device index getter for ButtplugClientDevice WASM
- Add connected status getter to WASM ButtplugClient
- Add removeListener method for WASM event managers