Results 89 comments of ItsDrike

Okay, i think I found out what's going on, with this code, the issue doesn't occur: ```cpp #include #include #include void HandleInhibit(sdbus::MethodCall call) { static int cookieId = 1337; std::string...

Yes and no, as I said, I still don't think the stremio behavior here is great, an error in another application shouldn't be able to completely freeze stremio. I still...

Note that this is a duplicate, there's already an issue tracking this: https://github.com/Stremio/stremio-features/issues/268 (created in Sep 2021). Although it didn't really get any activity there. I do think that this...

Now that NBTag support was merged, this can become a part of #273, or alternatively, this can replace #273.

Oh, well, if the types are needed by some packets then yeah add them, if not, why are they even useful for us?

The packet versions are mostly compatible, and so supporting only the latest version will generally not cause issues and will remain backwards compatible with the newer protocol versions. While there...

A suggestion was made by @LiteApplication to create a class decorator that could limit a type/packet to only a certain range of protocol versions. > With a proper game state...

I'm dropping the priority of this issue from critical to high, since this was a resolved issue and it's no longer blocking pretty much all development. If option 2 is...

Closing this issue as resolved. The versioning structure of the library was finalized and fully explained in the new project documentation, introduced in #346.

This could probably also be solved through #29, if it gets addressed, using the `date` command.