toofar
toofar
CompletionHistory doesn't have duplicates (it uses INSERT OR REPLACE) and it doesn't have a column showing occurrences, so you can't use that for this. (Adding an occurrences column to the...
This is garbage. There is a bunch of new language files created which are still english and some changes which are just deleting one random line for no reason.
We briefly discussed solving this by making all the widgets stack etc in a layout properly in https://github.com/qutebrowser/qutebrowser/pull/4490 but no-one wanted to poke that bear.
TL;DR: yeah it does sound problematic to implement. Have a look at The-Compiler's suggestion of moving complicated commands into aliases (or userscripts) and see if that works well enough for...
Our current JS quirks (which include a couple of very specific pollyfills) are already site-specific and optional (the `content.site_specific_quirks.*` settings). Although it does look like we could be a bit...
There is no API for enumerating open tabs or changing how sessions are save/managed/grouped. In the absence of that we been pointing people at the actual yaml files. Eg write...
> python3 scripts/mkvenv.py --asciidoc /usr/bin/python3 /usr/bin/asciidoc > usage: asciidoc2html.py [-h] [--website WEBSITE] [--asciidoc [ASCIIDOC]] [--asciidoc-python [ASCIIDOC_PYTHON]] Looks like it wants just `python3 scripts/mkvenv.py --asciidoc /usr/bin/asciidoc` or maybe `python3 scripts/mkvenv.py --asciidoc...
It looks like there are three ways to call it: 1. system wide asciidoc and without any asciidoc related arguments - needs to be done *without* a venv activated (as...
We switched to black at work, we didn't look for alternatives, just figured that that had a bunch of support behind it so threw it at some repos and decided...
I'm still a bit conflicted about the amount of conflicts this will cause with PRs and such but a more consistent codebase will be a good thing going forward. I...