Caleb Everett
Caleb Everett
I'd like to write regression tests for my command to test how arguments are parsed, required, and how the help message prints. I see `run`, `runSafely`, and `dryRun` but all...
#### Is your feature request related to a problem? Please describe. I need axios to use cookies on redirects. I'm using [http-cookie-agent](https://www.npmjs.com/package/http-cookie-agent) but it doesn't work when the agent has...
This idea was discussed in npm/rfcs#493 and the [2021-11-17 RFC meeting](https://www.youtube.com/watch?v=b7_nX1AuCJw&t=141s). The gist is there's a requirement to create a production copy of a package or workspace for deployment (zip...
Create a mechanism that allows users to create package-locks that can be used with different custom registries. [link to rfc](https://github.com/everett1992/rfcs/blob/main/accepted/0000-resolved-registry-override.md)
`npm copy ` copies the current project's files and dependencies to `destination` When deploying a project (`COPY` into a docker image, `zip` into an archive) non production dependencies and files...
Does this library support, or plan to support, node's stream module? The `makeReader` function only accepts buffers. That requires reading the whole ion document into memory before beginning to parse.
### Is there an existing issue for this? - [X] I have searched the existing issues ### This is a CLI Docs Problem, not another kind of Docs Problem. -...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This is a CLI Docs Enhancement, not another kind of Docs Enhancement. -...
[Jersey], one jax-rs implementation, does not unwrap CompletionStage generic types when calling MessageBodyWriter after a CompletionStage resource method. It does unwrap the actual response value, and the type but not...
### Describe the bug Subpath and self-reference imports are resolved to their literal values rather than the TypeScript source file. ``` // package.json { "name": "subpath-exports", "exports": { "./sub": "./dist/sub.js"...