Azriel Hoh
Azriel Hoh
(this is based over #33) Closes #34. Attempt to support WASM. This builds and runs in a WASM application, but requires the following PRs: * [x] https://github.com/sebcrozet/instant/pull/17 -- provide `Instant::checked_sub`....
Heya, I'm interested in adding WASM support to `governor`, especially because I've tried using both this and `async-std`'s `stream::interval` for rate limiting, and `governor`'s performance is much better. First bit...
In `[email protected]`, [`async_std::stream::interval`](https://docs.rs/async-std/1.6.0-beta.1/async_std/stream/fn.interval.html) is feature gated by the `"unstable"` feature. Enabling that feature [brings in `smol`](https://github.com/async-rs/async-std/blob/v1.6.0-beta.1/Cargo.toml#L45), which depends on `socket2`, which at this time cannot be compiled for the `wasm32-unknown-unknown`...
Bumped dependencies, and updated `rendy/examples/meshes` to test that it still works.
### Symptom Given: * 2 or more threads * each thread uses `rendy` at the same time Then sometimes one thread's resource cleanup interferes with the other thread's usage. ###...
**Description:** When there are assets that exist under `assets/the_asset.txt`, even if the `AssetDaemon` has a `"txt"` importer, it will not be run unless you `touch assets/the_asset.txt` while the daemon is...
When playing an mp3 on Windows in debug mode, sometimes `self.next_frame()` is not empty in `SampleRateConverter`, leading to this panic: ``` thread 'rodio audio processing' panicked at 'assertion failed: self.next_frame.is_empty()',...
Heya, I'm trying `cargo-llvm-cov 0.3.0` with `nextest` in a workspace, and it appears that: * arguments for the `cargo llvm-cov` application need to be after the `nextest` subcommand, and *...
Heya, I'm trying to obtain an iterator over `(NodeIndex, &mut NodeWeight)`, so that I can store `NodeIndex` while processing `&mut NodeWeight`. As I understand it, a [`Frozen`](https://docs.rs/petgraph/0.5.1/petgraph/graph/struct.Frozen.html) graph's structure cannot...
Hiya, I ran into the following intermittent error (approximately 1 out of every 15 runs) when creating multiple windows within the same executable on X11: ``` [winit X11 error] XError...