Mohieddine Drissi
Mohieddine Drissi
I could see this as useful to testers. But as we don't have intermediary versions between each release, I wouldn't know at which time we should release a nightly build....
I'm not an expert in UI/UX, but I love it! One thing though, apparently Glade won't provide Gtk4 widgets. [here](https://discourse.gnome.org/t/plan-about-gtk4-support-of-glade/5965)
@diegogangl I'm trying to write unittests along side the new code, but I'm having issues with importing the datastore2. However this does not happen in the dev console. ```python >>>...
@diegogangl From what I have understood from the new core is that we no longer have a requester but a datastore that has a Taskstore. Will the tasks have a...
> There's also another option, which would be to have each task emit a signal when the status changes. Then we can connect the signal of each task to a...
I've been playing a bit with dateutil and rrules, and I was able to decrease the amount of code that was used to deal with repeating tasks. You can have...