Jacob Birkett
Jacob Birkett
Firefox version 60 (and 61) does not have an accented selected tab line in a private window.
This is how bad it looks at the moment: 
The color of the line of the active tab is darker than the specified highlight color in the options page. I don't know why this bug exists, but I think...
The location where default values are set will need to change to a separate file, to support maintainability. A minimal API for storage and options handling should be created as...
When toggling the `Enable Adaptive` option in the options page, the browser theme does not update with the changes / does not update the view as the option is bring...
I can't figure out how to define tabs as children of TabWidget in DML. I would think it would be something like this, but it's not. ```d TabWidget { TabItem...
I want all children in a layout to be minimum height, maximum width, be spaced according to layout fields, and be top-aligned, with empty space at the bottom. I looked...
### Describe the Bug I am using the **rust-analyzer** extension for Visual Studio Code and when I open a Cargo project I see: ``` rust-analyzer failed to load workspace: "cargo"...
### Describe the bug Occasionally I go to use a gesture and notice that it doesn't work. Then I try all of them, and nothing works. Sometimes this happens randomly,...
One of my lines is breaking prematurely, and it looks bad. Width limit is 120 characters. ```d try shellCommandKey = Registry.classesRoot.getKey("SearchDeflector\\shell\\open\\command", REGSAM.KEY_WRITE); catch (RegistryException) shellCommandKey = Registry.classesRoot.createKey("SearchDeflector\\shell\\open\\command", REGSAM .KEY_WRITE); ```