qDot

Results 224 issues of qDot

**Feature Description** See #70, just putting this here in case I forget to look at PRs.

Core FFI

**Feature Description** We should be able to make these fit together, may just require more cfg() calls.

## Feature Description With per-call callbacks, we can just bundle promises across the FFI for resolution instead of using the ID based system. Need to figure out how cleanup will...

**Feature Description** With per-call callbacks, we can just bundle tasks across the FFI for resolution instead of using the ID based system. We'll still need to hold them in the...

C#

**Feature Description** Bundle the callback and context pointers in a struct, and provide a method to run the callback from within the struct context.

Core FFI

**Describe the bug** 1. Create an HTML page that loads the CDN buttplug distro, uses defer in the script tag, and has other includes from different domains after it. **Expected...

bug
WASM

Someone with a fussy on-board bluetooth radio reported a stack that had a panic in the WebBluetoothDevice write() method. ``` panicked at 'called `Option::unwrap()` on a `None` value', src\wasm\webbluetooth_device.rs:126:53 ```...

bug
Core FFI
WASM

**Describe the bug** 1. Load buttplug WASM in a webpage on chrome 2. Try scanning without a user gesture (on load, setTimeout, etc) **Expected behavior** "User gesture missing" exception is...

bug
WASM

We should be able to support multiple platforms in our C# nuget package. However, this will require runtime platform detection and loading, which is going to be interesting to deal...

C#

Since Websockets are built in via web-sys, we only get a JsValue back. I'm being lazy at the moment while fixing #38 and just throwing a string back up through...

bug
WASM