Results 105 comments of Jennifer Taylor

Song difficulty will only be overwritten if its the same game/version. You should be using different version numbers for different released versions, at which point the difficulties will not be...

I am not sure which XML files to import, please document how you are supposed to bootstrap this.

I've figured out how to import now, but it looks like the traffic test client is unfinished, so that is a blocker before this can be merged.

For clarity, when I run the traffic tests I get the following. If the traffic tests are complete and working I think this can be checked in. ``` dragonminded@dragonminded-server:~/BemaniUtils$ ./trafficgen...

You can capture logs of the back-and-forth between the game and server and then the client emulates different packets to ensure that the server replies with the correct shape and...

I appreciate the effort and work! However, bemaniutils strives to be a preservation tool, used for playing older games that are no longer available. We do not wish to compete...

I believe I'm going to end up running into this exact issue with my own SCT-024 200A clamps and the recommended 4x gain as per comments in https://github.com/CircuitSetup/Split-Single-Phase-Energy-Meter/blob/master/Software/examples/Home_Assistant_MQTT/Home_Assistant_MQTT/Home_Assistant_MQTT.ino I think...

It appears that annotating a class variable with `Final` does allow it to work, and I also now see in the documentation that mypyc expects classvars to be explicitly annotated...