Tiernan Hubble
Tiernan Hubble
@PeeJay That looks like https://bugs.gentoo.org/708340 - you need to install sys-devel/binutils-2.34-r1 which is currently unkeyworded.
I'm having the same issue with version `123.0.6312.122_p1`. I skipped version 122 but did not have the issue on 121. Use flags: `USE="X clang cups hevc kerberos official optimize-thinlto optimize-webui...
I did some searching, it looks like OpenMandriva has some patches that fix a similar issue: https://github.com/OpenMandrivaAssociation/chromium/commit/2a93c4cdf1de910c5173e952522602fa88fb8fc6#diff-c431c56ebdda82c62b8a1002034e509fedad8c95f86b4ea29a7ef3c8ad9afd52 Patches are quite large, but I'm going to try applying them and building....
I applied the following 3 patches and am building now: - https://github.com/OpenMandrivaAssociation/chromium/blob/master/blink-fonts-shape-result.patch (not sure if this one is actually necessary, but it seems like a good idea). - https://github.com/OpenMandrivaAssociation/chromium/blob/master/bad-font-gc1.patch -...
I applied the 3 patches from OpenMandriva (https://github.com/PF4Public/gentoo-overlay/issues/333#issuecomment-2054124890), and in initial testing the issue appears to be fixed. I haven't had time to test extensively, but I've opened an closed...
Update: I've been using the patched build for about the last hour with no issues. Looks like those patches are the solution.
It seems to be working now, packages are being published again. Thanks!
I think this is a duplicate of #888
Based on the suggestions in https://github.com/qmk/qmk_firmware/issues/19574#issuecomment-1381065727 I managed to get my layout to work the way I want, by returning `true` from `caps_word_press_user()` and manually handling the keycodes in the...
I'm experiencing the same memory leak issue in WebView2CompositionControl, in the latest stable version (1.0.3065.39). I took a look at the code using reflection, and it does indeed seem to...