Liam Svanåsbakken Crouch

Results 26 comments of Liam Svanåsbakken Crouch

Is this finished yet? Documentation is linking to it, but it is not yet on master.

When running with `-DDEBUG_ARC1` I get ``` /home/petterroea/git/infected/InfectedApp/build/Native/Debug/src/Uno/Memory.cpp:224:56: error: ‘class std::vector’ has no member named ‘Length’ 224 | for (size_t i = 0; i < thread->AutoReleaseList.Length(); i++) | ^~~~~~ make[2]:...

Running with all other flags, i get a pretty "This program has crashed" Dialog, and the following output in gdb: ``` (gdb) r Starting program: /home/petterroea/git/infected/InfectedApp/build/Native/Debug/InfectedApp [Thread debugging using libthread_db...

@kusma I agree it doesn't seem to be directly related to the window-manager, but my theory is that it is a "follow error" due to uno disagreeing with the OS...

Ok. How can i assist in debugging this issue further

Hello, I'm also interested in this, so I'm bumping it

Since this project is not using a version pinned version of alpine when building, simply rebuilding the image should solve the problem: https://github.com/argoproj-labs/argocd-image-updater/blob/master/Dockerfile#L13

@wbarnha I can write some tests on Monday if that is good for you

Should be good now! Some unrelated tests fail from time to time on my machine due to `Child thread died already`, which doesn't seem to related. I'm also a bit...