Alex Saveau

Results 435 comments of Alex Saveau

Ohhhh, that's a very neat idea! I'll have to think about it a bit more to decide whether or not the complexity of having two different ways if displaying favorites...

Seems to have something to do with the underlying app using the same keyboard shortcuts. It works fine in Gnome terminal, but not in Chrome (presumably because Chrome also has...

Haha, you might have to up your fish eating game unfortunately. :) There's a similar issue open and my answer is the same: https://github.com/SUPERCILEX/gnome-clipboard-history/issues/40#issuecomment-1064476422. For your use case, you can...

Yeah, I'm hoping someone will want to pick up the help wanted issues eventually.

It sounds to me like what you're after is search filters, or just filters in general. So for example, show me entries within this date range. Is that correct?

Thank you for those examples! What you're asking for makes a lot more sense now. :) I'm happy to accept a PR that does the UI work for this with...

I would consider that a gnome bug since we aren't doing anything special, but I'll leave this open if anyone wants to try and fix it.

Can you share your use case? I thought it made more sense to skip favorites.

Found a way to do this for the mouse pointer, but not the cursor: ```js const actor = this.menu.actor; let [x, y] = global.get_pointer(); if (x + actor.width > global.stage.width)...