abuneri

Results 9 comments of abuneri

doxygen, maybe? IMO, should just contain class references to everything. and maybe a few examples to get people used to working with the doc.

if #46 is accepted, I will probably extend this PR into supporting all the dispatch events too. for initial release, will simply just emit the event + raw data. (e.g....

Right now it looks like we are just using going to use the regular `web::websockets::client::websocket_client`, however; I highly recommend that we use `web::websockets::client::websocket_callback_client` since it is specifically made for applications...

> is_eof is almost certainly at fault, what I'm most confused about is how that patch managed to make the decoder run into an EOF error. The only case I...

@kleinesfilmroellchen I've updated to a more efficient fix that doesn't require us to seek the stream and reset, and more accurately captures how FLAC files with unknown sample counts can...

Thanks! I agree having a more general fix for other places that may end up requiring this behaviour is better than my one-off solution.

LibWeb CI for this Pull Request seems to stall on LibWeb tests. Running them locally seems to work fine, I've resubmitted a few times now, so not sure what else...

Ah I see, my conversation [here](https://discord.com/channels/830522505605283862/1240926171588202566/1242350393963577548) lead me to believe they both were singletons and therefore should share the same launching mechanism. Thanks for the clarification!