Sami Kankaristo
Sami Kankaristo
The classic theme is Chrome's "classic" theme, and it's always the light themed one. GTK+ follows the OS/Gnome theme, and I have my OS set to a dark theme. But...
Even with the experimental flag, `window.matchMedia('(prefers-color-scheme: dark)').matches` is false. Apparently that flag does something something else: https://www.zdnet.com/article/how-to-forcibly-enable-dark-mode-in-on-every-website-with-google-chrome/ The flag forces *everything* into dark mode, even sites that don't have a...
I agree, the current way that `packageFilters` works is not intuitive; it's strange that it "triggers" interactivity. I would prefer for there to be a `--select` flag if I want...
The size should probably follow editor font size by default, now Jumpy's font size seems to be fixed, no matter what the editor font size is.
This looks good, but I also like how compact the current widget is. I have 8 lists on one screen, with 2-3 items visible on each list (with label colors...
This is the only feature I still feel is missing from the Great Suspender. I've set the hotkey for "Pause/Unpause suspension of active tab" to Ctrl+Q, so I can quickly...
Thanks @imirkin, fixed the build for me. :+1:
Looks like there's something else weird happening here, it's not filtering the packages, but the command is not run in all packages. If I run `melos exec echo`, the output...
I debugged this a little bit, and figured out why it's failing. We have a bit of a strange dependency thing going on with some of our packages, where: -...
We actually don't use Melos for dependency management at all, so we're not running `melos bootstrap` either. We only use Melos for `exec`/`run` in custom scripts. Our current (somewhat custom)...