SpaceManiac

Results 148 comments of SpaceManiac

Upgrading hyper is not so simple because the websocket crate also depends on hyper ^0.10

@ekshore I checked and indeed voice wasn't working. I was able to fix it by updating the code to match Discord's [voice gateway v4 documentation](https://discord.com/developers/docs/topics/voice-connections#voice-gateway-versioning-gateway-versions). Maybe they broke support for...

I would prefer this crate's API stay synchronous/thread-based rather than `async`. Serenity and others are already filling the `async` niche. If tokio is just an implementation detail, maybe it'd be...

> the `prepare_module_load` hook can figure out what to do with the file. The trouble I ran into here is that dynamic imports are handled directly by `deno_core`, call `RecursiveModuleLoad::prepare`...

Summary: * Applies to MINGW32 and MINGW64, but not CLANG32, CLANG64, or UCRT64. * Typically only manifests if the current directory is on `C:\`, since a secondary drive's root will...

Sketched something out for ya ^

Use git for now. I'd like to do a crates.io release but might not get around to it for a bit.

Any chance you can collapse this to a test file that reproduces the issue?