Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
3,878 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 69 commits in 3 repositories
Opened 1 pull request in 1 repository
qutebrowser/qutebrowser
1
merged
Reviewed 7 pull requests in 2 repositories
qutebrowser/qutebrowser 6 pull requests
- Time units added to :later command
- Migrate read_file from pkg_resources to importlib.resources
- reduce use of pkg_resources by not extracting a file to find its filename
- Re-install all modules every time a new profile is created.
- load scripts from config directory
- Like Chromium, support --app-id arg to set Wayland app_id
cherrypy/cheroot 1 pull request
Created an issue in qutebrowser/qutebrowser that received 1 comment
Refactor profile initialization
I think we should refactor how profiles are initialized - a couple of goals I have in mind: Being able to easily create new profiles on-the-fly (l…