Dan Vrátil

Results 41 comments of Dan Vrátil

FTR: the bug with Clang on Windows has been fixed in Qt 6.4.

Hi, after more thought, I'm not really comfortable with the additional template argument, so I'm not going to merge the branch in the current state. I'm trying to think of...

Hi, sorry there's been no progress on this front. I couldn't (yet) find a good way how to rethrow the unhandled exception from a non-coawaited coroutine. I understand it would...

Hi, I'm glad to hear that you like QCoro :) Supporting sql is tricky - this library is designed to wrap existing Qt types and make certain operations awaitable -...

The circle with plus is supposed to create a new account - there's probably a bug in the app on Android 4.4.3, that's a fairly old version of Android and...

Brief investigation shows that this may not be as simple as I thought. Due to Android limitations we can only specify how many minutes *before* the event the reminder should...

Precisely, the main problem here is that Android does not really offer that level of ACL granularity. I can restrict or allow access on calendar level, but not on event...

Facebook creates one `VEVENT` for the base Event and then additional `VEVENT` for each recurrence that the user attends (has replied to). We can deduce the relation of one VEVENT...

Agreed, new release is long overdue.

Hi, since cancellation is not going to happen any time soon, could you please rebase this on current `mail` and remove the Draft state, so we can get it in?...