Radek Dutkiewicz
Radek Dutkiewicz
@Aidolii please open an issue on my fork https://github.com/oomek/SuperPNG so we can discuss it further. I've added premultiply alpha to the save dialog, but I'm not sure about suppressing the...
I would very much like that addition.
Yes, also on 2.6.x please.
Please do. I'm not going to be in front of my PC today.
> Hi there sorry for the confusion. Windows Login for Home users (so Microsoft Account / MSA) via FIDO2 is currently not supported or even planned. If I knew about...
Is there a list of password managers that support Solokeys for passwordless login? Dashalane seems not.
Ok, I've succeeded generating makefiles by: `x86_64-w64-mingw32.static-cmake -Dfreetype-gl_BUILD_TESTS=OFF ..` Not sure if it's required though, because now when I try to make I'm getting linking errors: ``` Scanning dependencies of...
Anyone please?
It's 2.1.0 https://github.com/mxe/mxe/blob/master/src/glew.mk
It was wrong linking parameters i think, but I haven't tested it yet. For win32 i should be linked with parameters -lopengl32 -lgdi32 instead of -lGL. That's what worked in...