martin
martin
> I've bisected the flickering issue, it's caused by [this commit](https://github.com/doitsujin/dxvk/commit/c7718e5952c06667a8e93fa2e71f4037a462802e) in DXVK. Have you reported it to DXVK?
> Unfortunately they don't really know what's causing the issue, and are not really interested in fixing it from the later comment it seems like it you tracked it down...
for fun I split up all the changes in the stable version of 7zip since the last version I assumed it was synced with and started applying the patches. these...
the fact that it uses QCursor doesn't matter, unclutter doesn't unhide even when calling `XTestFakeMotionEvent` directly. I've tried calling `XFixesShowCursor` myself to "override" unclutter, but that doesn't help either. For...
testet a couple of images on fotoforensics, and with an image with hidden padding of 7x4 the width coefficient is reported as bad by jpeg2png, and 4x7 has invalid height...
> 593 columns are not provided with dct coefficients. Attempting to process it will result in a segment fault. There is a workaround: I thought they had coefficients because the...
macos has posix_memalign(), much better than dragging in boost just for this. boost isn't exactly something you want... boost's aligned_alloc is just some tens of headers of complicated C++ that...
sorry for the less than cordial tone, btw, I just had some recent less-than-stellar run-ins with boost. :-) but yeah, posix_memalign is what boost uses as well, so the behavior...
I checked, and boost uses posix_memalign on macos.
yeah, the plan is to run with the default 100ms tick rate.