Jakob Gillich
Jakob Gillich
FWIW they blogged about this in February: https://blog.mozilla.org/addons/2017/02/24/improving-themes-in-firefox/
I see there is a v4 branch, what's its status? Do you need help?
Is there a reason why classes can't have members with the name of the outer class? Pretty sure this works just fine in most other programming languages with nested types...
Since we're talking usability, I have to say that the blender workflow has another major issue: performance. Importing blend files is very slow because the importer calls blender for each...
> I also agree the GLTF2 importer is far from being fast To be clear: I have no issues with gltf import performance, it's blender files that are slow; not...
VS Code + rls consume 3GB RAM, 1.4GB for rls itself. This is a huge issue on systems with 8GB RAM. I'll have to upgrade the RAM on my laptop...
Button has `background-color: $color-secondary` set for `focus`, applying it only to `hover` should fix this (but I don't even use Miligram yet so not touching the code for now :)....
The grid uses flexbox: http://caniuse.com/#feat=flexbox I don't think there are any other features that require newer browsers, but even if there are, probably no big deal since CSS degrades well.
I would like to keep using just npm to keep things simple. But that's just me, I'm sure there are other folks who would like to see ratchet on bower...
#547 looks related. Git issue?