Gnome!

Results 33 comments of Gnome!

Sure, second option sounds best for me, I could probably get some use out of it, just requires NonZero* to implement the relevant traits

This would be amazing for Discord's GatewayEvent enum, specifically replacing the custom deserialization of https://github.com/serenity-rs/serenity/blob/f97322475eadf2dc78ea3e6d31b55811b3eb50ba/src/model/event.rs#L624-L711

If the decision is deliberate, what is the reasoning? By the warning, I meant with the new system, as a response to "what if the URL doesn't support IPv6"

> Well first of all, that's how it's written in Lavaplayer. E.g. the classes are named after YouTube. I don't believe there's actually anything stopping you from applying it to...

Wait, does the rate limit IPv6 stuff work with other websites or not. If it's "ready to use" why doesn't it?

Okay. So this feature request is to make it supported and usable for other websites than YouTube.

This PR also seems to be multi-purpose, and last time I tried cleaning up this code in a multi-purpose commit everything broke. I believe this should be split up into...

Bots can be in group DMs, it was an old oauth2 thing.

Another bit of unsoundness I've found, `mem::Shared` takes a `T`, boxes it, stores a `*mut T` and hands out `&mut T` in a safe function (`get`). This means a user...

Any ETA? It has been a month...