RoiEX

Results 41 comments of RoiEX

When I have the time I'll have another look at this. I think the underlying problem boils down to inconsistent behaviour of the launching UI. In single player the main...

I don't quite agree on your view of the game-headless module. If we're ready to drop the headless code entirely because we found an alternative you're right that we technically...

One other thing to consider: I believe that formatting is also odd for previews inside custom widgets. So using such a hook for more than one thing might be worth...

First of all thanks for your answers, they are very appreciated. A couple of questions still remain though: 1. Where does the `USBCON` macro used everywhere come from? If I...

Ah nevermind about 2. and 3. found the article: https://www.arduino.cc/en/Guide/NANOEvery EDIT: And I'm getting the same error as described in https://github.com/arduino/ArduinoCore-megaavr/issues/103 when trying to upload it via the IDE, not...

Thanks for the reply. > can you repro the error with a minimal example? It should be rather easy to reproduce, just by running a simple forward pass on the...

@albertfgu Here you go: https://gist.github.com/RoiEXLab/5cc1630aca71b603528a574b2a2e3326 It turns out the `SSKernel` seems to be the issue. When running `python3 reproducer.py` (see gist, make sure to install the required dependencies, some minor...

Unfortunately I don't think there's much we can do here. We don't really control the graphics on this low level. What maybe could work is trying out a different version...

It is sort of built-in, but you can change it somehow. I just don't know how to do it, I'd have to look it up myself. What you can try...