CoolCat467

Results 176 comments of CoolCat467

As far as I understand it, you should be able to change https://github.com/jorio/CroMagRally/blob/b05c1428a5c25c0bef7d4c6fe9323d14780e82f2/Source/Main.cpp#L125 to ```C++ const float aspectRatio = 4.0f / 3.0f; ``` More changes might be required, but that's...

@portex7000 What do you mean by "and i need to replace EEPROM"?

Does Minecraft's logs say anything from opencomputers when this happens?

This is a duplicate of https://github.com/IgorTimofeev/MineOS/issues/593. Basically the issue is that your computer's SSL certificates are out of date. Other people had this same issue in a different piece of...

Is there anything stopping this from being merged?

Current test failures are from old code trying to use MultiError, which no longer exists.

Turns out I just missed adding some pylint ignores, as it knows that trio doesn't have MultiError anymore but the code in question was meant for handling said older versions...

Out of date branch so updated

What I've concluded is that this is a fundamental problem with how eventlet monkeypatches things and that there isn't really anything Trio can do on its end to solve it,...

`hash` argument fixes being merged in this should fix what caused previous ci runs to fail