Martin Wilck
Martin Wilck
> AFAIK closed requests don't disappear, they are just less visible. You might as well say "invisible". Who scans closed issues? We should differentiate between "will never implement" and "won't...
I can just repeat what I [said before](https://github.com/projecthamster/hamster/issues/465#issuecomment-547335487): the current rules of the "permissive parser" are overly complex. Too much complexity causes confusion, and the "double comma" ist just one...
Please test with `gnome-shell-3.28` or one of the later code bases matching your GNOME version (see https://github.com/projecthamster/hamster-shell-extension/tags).
I agree, in general. Where should the "delete" button be placed instead? I could imagine having it above the cancel/ok buttons in a separate row, centered and highlighted somehow (like...
Let's wait for another maintainer opinion. While I'm with you, the back side of the coin is that IIRC this dialog has looked like that for some time, so other...
AFAIK nothing like that is possible, or even planned. That said, the sqlite schema is pretty obvious, so if you are into stuff like that, you may be able to...
I believe this issue should be fixed in [gnome-shell-3.30](https://github.com/projecthamster/hamster-shell-extension/releases/tag/gnome-shell-3.30). Please confirm and close.
This is really amazing, the "time" field in Gdk timestamps seems to be an `uint32` measuring time since boot in milliseconds. Not sure how this has ever worked. As a...
@ederag, I saw you comment on (https://gitlab.gnome.org/GNOME/gtk/issues/624)[gtk#24], so it seems you've been researching along similar lines as I did :smile: My conclusion from what I've found so far is that...
Lest you fall into the same trap that I just fell in, this would work: tm = (glib.get_monotonic_time() // 1000) & 0xffffffff or 1 self.window.present_with_time(tm)