Denis Rozimovschii
Denis Rozimovschii
I'm a bit new to such levels of C# and, while I managed to develop most of the features using the example plugins, I'm struggling to find any hints on...
I tried to create a working build for `resume export`, so it also works on arm64 (where chrome fails to download), here is how I made it work https://gist.github.com/beaverden/e8e9dead457eeb224afd71d86b032b00 ```...
The same problems might be present on ARM64 host systems and are still worth mentioning.
https://github.com/gdt050579/AppCUI/blob/main/.github/workflows/ci.yml, in particular, https://github.com/gdt050579/AppCUI/blob/2dbbbc126620545487604b4344880317ed74971e/.github/workflows/ci.yml#L65 Has a commented valgrind test, because SDL2 generates a lot of valgrind warnings https://stackoverflow.com/questions/1997171/why-does-valgrind-say-basic-sdl-program-is-leaking-memory It would be awesome if there were a way to ignore those...