Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
npm 3 dedupes sub-dependencies by default which means `node_modules` contains many dependencies of dependencies directly, making the `onlySpecified` option to not work as it should. We need to figure out...
If check-dependencies is run in non-verbose mode with the `install` option enabled, it shouldn't print detailed info about mismatched packages as it creates an impression that the whole command failed....
In this way my past contribution is mapped correctly.
Hovering over the table cells is slow in Safari/Firefox, I'm getting maybe 5 FPS on the latest MacBook Pro Retina. In Chrome it works fast. On Firefox it also affects...
The [module tests](https://github.com/getify/es-feature-tests/blob/ab31cd45ef6ffcaef4877e422e22ecd3877f985f/lib/featuretests.js#L31-L32) don't make sense. They will always fail, even in environments supporting ES6 modules: 1. `import`/`export` statements are allowed only in top-level scope so `new Function('export var a...
Ever since I updated to macOS Catalina (currently at `10.15.2 (19C57)`) `defaultbrowser` stopped detecting Chrome if it's the currently active browser. It broke a script I use to toggle between...
There was a spec change a few years ago requiring spaces around CSS declaration's value to be trimmed: https://github.com/w3c/csswg-drafts/pull/1986. The discussion leading to this spec change: https://github.com/w3c/csswg-drafts/issues/774. The PR is...
In this way my past contribution is mapped correctly.
In this way my past contributions are mapped correctly.
### Summary ### Due to the change of scope for `4.0.0`, this re-introduces the `selector-native` module (removed in gh-4395) known from jQuery 3.x. I wasn't sure what to name it...