Gar

Results 494 comments of Gar

Sorry, I was using the native browser api, I'm still not sure we want this personally (would like to hear from other users please). view.query('#foo') works, from what I can...

Please use the template when filling out a bug report. This is the npm registry telling you that you can not unpublish. It is not a cli bug.

Removing or severely limiting the number of options we can pass to methods will drastically improve the code complexity here but that's a semver major.

This does not appear to be an actual bug report, but more of a general complaint. If you have an actionable way to speed npm up please let us know.

Luke has created an issue in the upstream package https://github.com/TooTallNate/proxy-agents/issues/299. If this can't be fixed quickly we may also look into mitigating it somehow from the npm codebase.

I'm adding comments to the PR so I can triple check we're setting the flag only on the config items we want to, they don't require any response from you.

Save is set to true when user specifies: - `save-dev` - `save-optional` - `save-peer` - `save-prod` It is not changed when user specifies: - `save-exact` - `save-prefix` - `save-bundle` This...

Test failure brings up a good point. What if `save` is true and folks do `--save-dev=false`? In the test `save` is true because of a previous parsing of `--save-dev=true` but...

This still bypasses the explicit `--no-save` ```sh ~/D/n/s/save $ npm pkg get devDependencies {} ~/D/n/s/save $ node /Users/wraithgar/Development/npm/cli/branches/main i lodash --no-save added 1 package, and audited 2 packages in 719ms...