Gar
Gar
CI runs in windows currently and passes
Yeah pretty sure this is just Backbone legacy that nobody's refactored yet. This is essentially what we did with ampersand-subcollection, breaking it into its two constituents: filtering and pagination. We...
Yes! Absolutely. Documentation is extremely helpful and important. The general rule of thumb in the past has been that if it's documented, it should have test coverage. A quick scan...
Do we need both? Is `pageshow` more appropriate? A quick read of the description suggests we may be able to do this but it would need to be tested.
Leaving both in would probably result in a lot of double-fires of the `loadUrl` method which is not good imo. And yes it looks like Firefox has `popstate` issues as...
One of the things we did was add `--no-` to the boolean examples for given commands: ```sh ~ $ npm repo --help npm repo Open package repository page in the...
- https://github.com/npm/cli/issues/3530 - https://github.com/npm/cli/issues/3175
- https://github.com/npm/cli/issues/3775
- https://github.com/npm/cli/issues/2606
There is no registry api surface area to view a package's access other than `status` (i.e. public/private).