Max Suica
Max Suica
@lemmi I'm not saying cmake is easier to use. Cmake is definitely more annoying to use But Cmake has snuck into the project thanks to PR #75. Whisper.cpp uses Cmake...
@liubomirwm Oh nice! It looks like we can use [tabs.query](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/query) to get tabs which are [highlighted](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/highlight), like so: `browser.tabs.query({highlighted: true})` The code that generates and handles tab context menus is...
Wow, that is quite complicated! But good to know there's a library we can use! Seems like the remaining concern is how to dynamically rewrite the menu text based on...
I'd like something like android's time picker here - I haven't found a component here yet, but that's a todo.  Regarding the change, it looks like the relevant code...
> For what it's worth, you _can_ click the date/time next to the option and tweak it for the current snooze (not a permanent edit). Not the same as what...
I'd like to add this - can any maintainers get me up to speed on the process here? Looks like we'd have to edit: `src/icons` - Add new icon Eg,...
@xuiqzy adding configurable times sounds like a good goal. Want to collaborate on that? Questions: 1. How do users specify time and date offsets? Ideas: - Fixed time of day...
I've pushed a [commit](https://github.com/maxsu/SnoozeTabs/commit/d0559d868bf8571b4cb654172f7e8b768c317189) to a temporary [feature branch](https://github.com/maxsu/SnoozeTabs/tree/feature/thisEvening). Please review the commit - it's very simple so far. I don't think this will necessarily become a feature of the...
You have two options currently, both require building my branch of the repo (see my post above). 1. Run it as a temporary addon (`about:debugging` > Load Temporary Addon) 2....
Thanks for posting logs. I see what's happening - you are working in windows without protective WSL armor*! You are quite brave! I can replicate your error. Here's what I...