toofar

Results 33 issues of toofar

Apparently you can have dependabot bump github action references on a schedule (eg actions/checkout@v2 -> actions/checkout@v3). I don't know if it also picks up things like the node-version from setup-node...

component: infrastructure

First of all sorry for having everything on the master branch, I got a bit carried away. If you would prefer to have logical changes on separate branches, github style,...

Adds a bit in the styleguide bit of the contributor docs about mypy. Not sure if that's the right place for it. There is probably too many words here. I'll...

This is split from #7202 and will probably make #7128 and the WIP V2 of that PR obsolete, as it looks like re-writing everything is in fact not necessary. What...

component: infrastructure
priority: 0 - high

Related to #8078, over the next couple of weeks, I plan on going through TreeTabWidget and looking for opportunities to reduce "duplication" or to make the base class work with...

component: tree tabs

There are several new and changed settings. Before we land the feature we have an opportunity to review them. Look for opportunities to align the new settings with existing ones,...

component: tree tabs

This PR tracks the in-development Tree Tabs feature. It replaces a prior PR for the purpose of bringing development into the main qutebrowser repo. TODO: put a nice animated image...

The Behaviour Driven Design / gherkin / `.feature` based end2end tests have proven to be useful as a low barrier to entry way to get test coverage for new features...

component: performance
component: tests
priority: 3 - wishlist

There are several new and changed commands. We should review them to see if they are all needed, any suggestions for name or option changes, merging with existing commands. Some...

component: tree tabs

I wanted to see if I could move all my config.py snippets into extensions. I could, because I am not doing any configurating in config.py, just registering commands. This works...