Michał Wadas

Results 96 comments of Michał Wadas

Removing `position: sticky` from `thead` seems to improve scrolling performance on Fx.

@benjamingr Can it be merged or rejected? It's 17 months old already.

I would prefer to have something configurable by environment variables. Eg. `BLUEBIRD_USE_NODE_WARNINGS_`.

I would suggest changing `isNode`, not `isRecentNode`.

> Regardless of this, the test is currently stable with 20% allowed difference between the results. It's likely CPU/system related - it's non-deterministic. https://stackoverflow.com/a/668691/2446102 Try to measure CPU time with...

> REST endpoint signatures are changed and expanded while developing REST app (this is most important) They will not waste time on changing their request PATHS or request METHODS on...

@sindresorhus At least constrained ClassDecorator: ``` declare type ConstrainedClassDecorator = (target: TFunction) => TFunction | void; ``` So you can define decorator that can be applied only to classes that...

Still reproducible on: ``` Guake Terminal: 3.8.2.dev31 VTE: 0.60.3 VTE runtime: 0.60.3 Gtk: 3.24.20 ```