ariasuni
ariasuni
I opened a bug report so hopefully they will fix this: https://bugzilla.mozilla.org/show_bug.cgi?id=1586540
They decided to not fix this, you can read the discussion in the bug report. The shortcuts actually work but not like you expect, it is explained that «in focus»...
I tried to implement this in [Tab Center Reborn](https://addons.mozilla.org/firefox/addon/tabcenter-reborn/) but couldn’t make it work. I guess that the security model of WebExtensions prevent extensions views (sidebar, popup, etc.) to steal...
Should this be closed, since fuzzy searching has been implemented?
Now, reloading the tab fixes the favicon so the issue is still here.
I located the CSS rule that is causing the issue: https://github.com/eoger/tabcenter-redux/blob/6b3431efd1eac15bbc91a8dbce7f5b4b19df5aa9/src/sidebar/tabcenter.css#L375 When there is a pinned tab that is hidden, there’s still the 1px border. I don’t know how to...
rustup create `env` with `export PATH="$HOME/.cargo/bin:$PATH"`. Why not simply also create a file `env.fish` (like opam) with `set -gx PATH "$HOME/.cargo/bin" $PATH;`?
I have the reverse problem in Mastodon when using the system’s font, the textarea sometimes get a scrollbar even though there’s a lot of place to extend the textarea…
I’m contributing by adding details to the issue, but I can’t fix every issue I find. I would like to help, but I can’t even run the example, because there’s...
- Complete rework of the script for downloading Firefox schemas (notably, correctly deep merge schemas) - Update supported APIs in the readme (several were invalid, a lot were missing) -...