Nayuki
Nayuki
After studying the behavior of the standard gunzip program on concatenated gzip files, I was disappointed to see that it just concatenates all their decompressed data to produce a single...
This is feedback regarding the project's web page https://www.nayuki.io/page/png-library . I am aware of this W3C document but am hesitant to link to it because it says "Editor's Draft" and...
Oh boy, another consequence of C/C++ language stupidity. (I complained a lot in https://www.nayuki.io/page/summary-of-c-cpp-integer-rules ) While your patch addresses the most visible aspect of the problem - which is the...
I usually read x86 assembly code, and this would be one of the few times I read ARM assembly. I see the point that you're making, where the first C++...
Okay, I did a bit more investigation and it confirms what I suspected. Pasting my qrcodegen.hpp and qrcodegen.cpp into the Godbolt Compiler Explorer, I tried a few things. I am...
Let me emphasize one more time that when performing an operation `x OP y` or `x OP= y`, even if `x` and `y` have the same type (such as `uint8_t`...
A partial reply, as I can't address everything mentioned: > @nayuki did an incredible job / @nayuki has done a lot and owes nothing to anyone Thank you for being...
Hello Igor, thanks for your suggestion. I'll take the feature request into consideration. But this is not something I want to work on right now, nor verify any code contributions....