Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
Note that this won't work as well: ``` js const o1 = { f(a, b) { console.log(a, b); } }; const o2 = Object.create(o1); o2.f = function (a) { super.f(1,...
What I'm saying is that the current tests are only creating an illusion of testing; you might as well hardcode false in their results as that's what's effectively happening anyway....
> So that's what I mean by balancing the fine-grained detail of the @kangax tables with the realities of what people will use to decide what files to load. People...
I use `defaultbrowser` from Homebrew, fully updated.
Hey @kerma, any chance of merging this? It's still an issue in Big Sur.
You shouldn't change `flex: 30px` to `flex: 0 0 30px`, that would be a bug. `flex: 30px` is equivalent to `flex-basis: 30px`, the rest should stay untouched as I understand...
Hmm, but for the same reason expanding `flex: 1` to `flex: 1 1 0%` is probably wrong. Maybe the plugin should just generate a rule setting proper defaults: ``` css...
Ah, you're right. I got confused because Chrome Dev Tools seem to show it all incorrectly: This is the styles pane (I expanded the `flex: 40px` rule, Chrome should show...
This could be an option but it shouldn't be mandatory. Not everyone wants that level of separation between their groups, for me it's just a way to organize tabs.
Right. Moving a tab should be a lossless operation and that requires maintaining user data. Hence, no containers.