patlefort
patlefort
In the case of buffered output, if you want to buffer an output before sending it to a stream but I would like to know if it's safe to colorize...
Looking at the code, the following 2 lines in https://github.com/assimp/assimp/blob/dabaa7bdae1d3efc02f4323e187c8fc5988c5bb7/code/AssetLib/SMD/SMDLoader.cpp#L254 are obviously incorrect. Also, it could be using `std::numeric_limitsiTexture)>::max()` instead of old school C defines. In https://github.com/assimp/assimp/blob/dabaa7bdae1d3efc02f4323e187c8fc5988c5bb7/code/AssetLib/X3D/X3DImporter_Geometry2D.cpp#L277 `end()` point to...
QT_SCALE_FACTOR solution doesn't work for me on wayland. My work around is to create another X display with Xnest and launch megasync inside of it. ``` Xnest -br :2 &...
It will fail to do `cp` if the destination is a symlink if the symlink point to a file that you don't have permission to write. If you do have...
If a change only affect building, then those affected by the fix can always pull the specific changeset and apply it on their build to build successfully, without bumping the...
32 bits test are failing here too with for example: ``` ImathTest: /home/elrick/Temp/Imath/src/ImathTest/testInterval.cpp:189: void {anonymous}::testExtendByPoint(const char*) [with T = float]: Assertion `b.min == min && b.max == max' failed. ```...
The URL was an invalid one that happened by mistake, however it shouldn't cause it to crash. The URL was `https://github.com/../asmjit/asmjit.git`, due to some weirdness in some AUR package. It...
The latest commit from this repo.
I'm not sure what would be the best way, but maybe simply generating one with a fixed prefix and an increasing number? It would at least make them accessible by...
Here's an idea for generating a label: checking for the existence of a file on the device that would start with some prefix and use the filename as the label....