Alexander Huszagh

Results 294 comments of Alexander Huszagh

I've added a [pre-RFC](https://internals.rust-lang.org/t/pre-rfc-parsing-a-float-from-parts/14712) for this on Rust internals.

For the first issue, it's possible it's a bug on my end. As for the second one, Windows does not allow you to change the Window titlebar style through Qt....

FYI: if you're on Windows, then you might be able to use platform-specific APIs (the WinAPI) to change the titlebar style, but this isn't cross-platform nor available in Qt. As...

Seems like the test suite in the [test suite](https://github.com/Alexhuszagh/BreezeStyleSheets/blob/4a04f66a0b7bdf6cb949163310dec3ac92cdf14f/test/ui.py) isn't catching this issue. Going to verify on Windows (I believe it works for me on Linux with KDE), and then...

Here's the same image on Windows 10, using PyQt5, so I believe the issue is likely UI-specific. I'll try to recreate the above UI, but sample code (in C++ or...

I currently cannot reproduce this, so a more detailed example would be necessary to fix this issue. ### Settings Code https://github.com/Alexhuszagh/BreezeStyleSheets/blob/040d6d260fec7b59c38341ad537da488558ac7e9/test/ui.py#L948-L1058 ### Results **Dark Style** ![Screenshot_20220426_112214](https://user-images.githubusercontent.com/9440903/165347429-8ec3ec91-3239-4dc4-8e5b-3c90225d4ab7.png) **Light Style** ![Screenshot_20220426_112230](https://user-images.githubusercontent.com/9440903/165347466-6c11b495-b364-4446-8635-d5a8b6de77a9.png) **Native...

It's weird, it's very unusual but it normally happens when I'm also syncing between different devices and when it's open for more than say, 30 min.

I'll see if I can get a more reproducible test case, because I understand this is very much like finding a needle in a haystack (and very difficult for you,...

Just wondering: has this been patched or is this still an upstream issue?

Can you re-open this then and add an upstream label, signifying that there's nothing to be done but waiting on Microsoft to fix their end? Because this is still an...