Paul T
Paul T
~~Looks like the issues are back but only on windows with Qt `6.2.0` ?~~ I didn't see #116 before making this comment. My apologies.
This would also be extremely useful for us as well, specifically `&&` and `||` operators for awaitables.
Would [std::stop_token](https://en.cppreference.com/w/cpp/thread/stop_token) be a viable option for coroutine cancelation? I too needed the ability to cancel a coroutine in our application and am playing around with this as a way...
I'm on Windows 10
After looking at the [docs](https://doc.qt.io/qt-5/highdpi.html), I tried out the `QT_AUTO_SCREEN_SCALE_FACTOR` environment variable and this seems to have fixed the issue. Based on the docs, it seems the issue shows up...
Thanks for reporting this. I'll take a look
Not at this time. Is there value in doing this?
I see, so tl;dr - yes this is of value to you. You are correct, it's been some time since I worked on this; but maybe it's time for an...
@ritdaw if you have a fork of my library could you make a pull request?
Thank you for the comment. Have you confirmed that this works? I haven't had a chance to test it.