Stefan Schmidt
Stefan Schmidt
Since Python 2 is not maintained anymore, I think a simple change to make sure it always runs with Python 3 should be enough as a fix.
I tried ID2T on macOS 11.6.1, and I cannot reproduce this error. Is your input file valid? Can you run the tests?
Kinda off-topic, but I already have it implemented and working.
That's 0.0004% coming from only the last step in your calculation, and arguing that you can get lucky with the measurements doesn't change that this code has ±0.5% approximation error,...
I feel like this PR wasted far too much reviewer time already and it's time for a "final word". To summarize, the issues are: * excessive start-up delay * imprecise...
Moved the issue as it seems to be a problem with the USB code, not specifically SDL. I haven't investigated this fully, in case someone wants to continue this is...
A CI format checking step would be my preferred solution. I worked on creating a format spec file for nxdk for a bit quite a while ago: https://github.com/thrimbor/nxdk/tree/clang-format Iirc it...
This needs some more cleanup work: * Commit titles don't match our pattern (`cxbe` instead of `tools/cxbe`, `Add` instead of `Added`, missing prefix etc.) * Several fix-up commits that undo...
The closest thing to a guideline I have is "don't rely on anything the makefile does for you". It didn't really start out as the base for a toolchain, the...
I'm not close to having reviewed the whole PR yet (my free time is rather fragmented), but regarding https://github.com/XboxDev/nxdk/pull/631/commits/702b32e96476083e20fd6bb0eb89fbc09b944097: Is that change required by CMake? As it is now that...