Neui

Results 69 comments of Neui

Personally, I am not a fan of removing the "stable" flatpak JSON, since that makes it a bit harder to run a non-development themed GTG (before GTK4 there was this...

This appears to be because of https://github.com/getting-things-gnome/gtg/blob/28454edb4468b808daef0f7d55f0b354909c932c/GTG/gtk/data/style.css#L10 I'm not sure why it's there. Removing the border via the inspector (CTRL+I, CSS tab: `listview.task-list { border-top: 0; }`) looks fine to...

The change itself looks good to me (I doubt that `len()` here will return a negative value, and untested), but the commit message is a bit too generic. Could it...

I think it can either be after the social media badges or on a new line below the other badges, since that beginning section is primary information including normal users,...

> Is this directly related / a prerequisite to #676? No.

> Windows (msys2) has no working python-dbus to import Also see #277 where it tries to use GLib/Gio DBus implementation (but might also not work on Windows, I haven't tested)....

> Maybe @Neui would have tricks to add wrt profiling, too? To profile GTG via [pythons profiler](https://docs.python.org/3/library/profile.html) I modified the `prefix-gtg.sh` script to include `python -m cProfile ...` thing. Maybe...

> ... it can't be good on space complexity, especially with user who never deletes their done tasks. There is a feature (enabled by default AFAIK) to delete done tasks...

Looks better now, but what about `[word] [word]`? I think that is useful to know

At the moment this is just for the search box and you manually need to click on the little icon in the search entry (not sure if it is keyboard...