Jacob Birkett

Results 68 issues of Jacob Birkett

Firefox version 60 (and 61) does not have an accented selected tab line in a private window.

bug

This is how bad it looks at the moment: ![image](https://user-images.githubusercontent.com/12502988/37439839-3484c612-27b7-11e8-91b6-6a3b25c77380.png)

enhancement

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...

bug

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...

enhancement

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...

bug
help wanted
wontfix
not my bug

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"...

bug
priority

### 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); ```