Garrett W.
Garrett W.
@tolik89u The best solution to your problem has nothing to do with Auryn. Refactor your class to not do all that work in the constructor. Please read this excellent article:...
My point is that instantiating dependencies shouldn't be that much work if their constructors aren't doing anything but assigning stuff to properties.
Check out this library I just found. It looks like it can add that functionality to any DIC, if I'm not mistaken. https://github.com/snapshotpl/lazy-container
That's just how the XYZ scheme works. Check out [the output of this test script](https://3v4l.org/Foc2T) (scroll to the bottom). As you can see, an RGB value of [0,0,255] yields a...
BUT..... after playing with [Colorizer.org](http://colorizer.org/), I can see that the B slider under HSB **does** in fact behave like `max([r,g,b])` -- so maybe that would be the way to go,...
@wellmotta's fix works for me as well -- please note you have to exit Atom and relaunch for the changes to take effect. Disabling and enabling the package isn't enough.
Try pasting it *exactly* as written -- whitespace and all.
That's what happens when development stops on an old browser version.
Are you intending to submit a new flexbox bug + workaround that is not in the list?
Generally it is advisable to never use units with `0` in the first place.