yvt
yvt
Just skimmed Embassy documentation, but this looks useful: [`embassy_sync::blocking_mutex::Mutex`](https://docs.embassy.dev/embassy-sync/git/default/blocking_mutex/struct.Mutex.html)
Will be fixed by #168 (there's no telling when it will be merged, though)
Hyper3D core for WebGL 2.0 is being written in C++.
> 1. Does this include Window yet, or only Location? It's been quite a while so I barely remember anything about this PR, but skimming through the changes and my...
> Windows: `SDL 2.0 not found, set ENV{SDL2DIR} to point to SDL 2.0` > > Which is strange because we have `sdl2:x86-windows-static` included in vcpkg_x86-windows.txt Could you remove `shell: bash`...
CI failure is probably #1047
Raised the internal limit to 128, but it won't be enabled by default because some pyspades scripts (e.g., `arena`) rely on the currently invalid player ID `32` for certain operations.
Currently, `manyPlayers` isn't automatically activated, although it's supposed to be. @NotAFile `HandleExtensionPacket` (the handler for S→C `ExtensionInfo`) is the good place for this to happen, I suppose? Also, I'd like...
Hi, sorry for the late response. I have been working on a block enumeration API in [the `feat-inspection` branch](https://github.com/yvt/rlsf/commit/7bb5e52c052a6081bddfae65e51d02a43244b533). It provides `Tlsf::iter_blocks`, which returns an iterator over blocks in a...
I tried *disabling* `momo` in my little personal project (with about 30kLOC and 7 instances of `#[momo]`) and got the following result: | `momo` in `Cargo.toml` | `#[momo]` | `cargo...