Hudd

Results 4 issues of Hudd

I use `std::string_view` extensively in my code, because it allows to make substrings very cheaply (requires only adjusting a couple of pointers instead of copying the string), but pugixml accepts...

Something I noticed while looking at the code. The way it is written right now, it won't work properly for version 3.0, if there will be one.

Hello. I've written a Daedalus parser not long ago, and I wonder if there's any interest into merging it into this project. I've uploaded the code to [Hedede/Daedalus](https://github.com/Hedede/Daedalus). The state...

Sometimes I get the following error when I'm trying to connect a voice channel: `voice.go:403:wsListen() voice endpoint warsaw10092.discord.media:443 websocket closed unexpectantly, websocket: close 4016: Unknown encryption mode.` I see that...