WhoseTheNerd
WhoseTheNerd
CMake cache file # This is the CMakeCache file. # For build in directory: /home/whosethenerd/build/DigiDoc4-Client/build # It was generated by CMake: /usr/bin/cmake # You can edit this file to change...
The problem was that I forgot to install `llvm` package on Arch linux thus I didn't have `llvm-ar` tool and other tools installed thus cmake not finding them. That is...
Now we have a linking problem. ``` /usr/bin/ld: /tmp/lto-llvm-776b59.o: relocation R_X86_64_8 against hidden symbol `__typeid__ZTS6Common_align' can not be used when making a PIE object /usr/bin/ld: failed to set dynamic section...
Same thing for 1.14.2. Mod author should really update the mod for 1.14.2 since it will be last minor version of 1.14
Thanks for the suggestions, but the image cannot still be modified during displaying of that image. I put the write_vga to the loop() in arduino side. When STM32 is already...
Thanks, it seems that `vga.waitVSync(1)` seemed to do the trick.
> Seperate entrypoint for linux build What do you mean by entrypoint? `EntryPoint.h`?
> With this code i get arround 6-7 ms on my i5 12400F, i also use the 'thread_local' and 'xoshiro128**' for the random class > > ``` > std::vector threads;...
I managed to do this by adding `el.src.startsWith("data:image/jpegxl;base64,")` to the `MutationObserver` if list and all `jxlSrc` used in caching context gets `encodeURIComponent(jxlSrc)` Resulting jxl.js looks like [this](https://pastebin.com/5Z5GEHbW)
It allows me not to deal with image files, since they are all embedded into single file, i.e. all images, js, css and etc. You can think of it as...