Raphael von der Grün
Raphael von der Grün
I also experience the difference. 1 s without telemetry vs 2 s with. I don't see any offenders in a `0x` flame graph which _does_ suggests that a child process...
Good point. Same goes for the list of installed platforms. Could be done using either [sort-object-keys](https://www.npmjs.com/package/sort-object-keys) or [sorted-object](https://www.npmjs.com/package/sorted-object). @dpogue Should be added to the long list of features for https://github.com/apache/cordova-common/pull/34....
Ugh, that's horrifying :nauseated_face:
@dpogue What you say is true, we would have to do an additional release. But I think it would be preferable to know exactly which dependencies a user's Cordova installation...
> A drawback would be the fix release turn around time. > > Using the same example, if `[email protected]` was released with a fix, we must wait for about 1...
> Do we still need this PR since we ship a package-lock.json file? Yes. In fact `npm-shrinkwrap.json` would replace `package-lock.json`. In contrast to the latter, the former is distributed with...
Isn't this already implemented by the following lines? https://github.com/zkat/pacote/blob/ccc6e9094c2e872f09cc12ae966a0cbc1a570eed/lib/fetchers/git.js#L165-L174
Closely related: navigation triggered by `popstate` (i.e. manually changing the address, clicking on links when `click: false`) does not increment `page.len`.
I could file a PR that removes `compass` and uses `node-sass` instead. Would that be desirable or does it _have_ to be an option?