Kered13
Kered13
+1 I was just looking for a semaphore and was surprised but to see one already. It would be a very useful addition.
I happened to noticed this bug in the code while referencing PySlippi for my own C++ implementation. It's actually quite simple. For in-progress replays, the length field of `raw` is...
The [item owner field was added in Slippi 3.6.0](https://github.com/project-slippi/slippi-wiki/blob/master/SPEC.md#item-update). I'm not sure what version of Slippi PySlippi aims to support at the moment, but it does not currently support the...
I just encountered this after upgrading Python myself. Based on the name, `_decompose` is a private function of the enum library, and should never have been used by py-slippi in...