qDot

Results 224 issues of qDot

I'm pretty sure twitter is shutting down usage of weighted_character_count via the web client API. I've tested it in both firefox using manual post query changes and chrome using your...

help wanted

Just tried this on a rust crate where there's a hyphen in the project name, meaning the library name has to be specified to use an underscore. AFAICT there's no...

### Describe the bug Example repo: https://github.com/qdot/flutter-rust-bridge-streamsink-race Specific files of interest: - Main Dart File: https://github.com/qdot/flutter-rust-bridge-streamsink-race/blob/master/lib/main.dart - Rust API File: https://github.com/qdot/flutter-rust-bridge-streamsink-race/blob/master/rust/src/api.rs Whenever a stream creation method is defined in rust,...

bug

Just found out there's a wasm-bindgen feature via the PR then reading the Cargo.toml. Would be nice to have this in the README.

Once we can load message attributes from the device config file (buttplugio/buttplug-device-config#8), we need to: - add identification setting to all protocols - generalize message handlers to deal with taking...

The XInput manager generates and ships it own devices out to the device manager. This means that it bypasses the device config file completely. Depending on how long the C#...

The server calls StopDeviceCmd when disconnecting. However, if we implement a protocol without StopDeviceCmd bindings, it may cause the library/application to crash. We should check this and make sure something...

bug
server

Some lovense devices throw GATT characteristic errors when connecting. They seem to connect ok after that, but it's confusing to read in the logs.

bug
server

We shouldn't dictate a default port name at the library level.

enhancement
client
server

Getting some double/triple prints of messages received, like ``` 2019-04-09T06:40:14.577Z : process : Process : Got RequestServerInfo message. 2019-04-09T06:40:14.628Z : process : Process : Got RequestDeviceList message. 2019-04-09T06:40:14.633Z : process...

bug