Caleb Everett
Caleb Everett
> Ah ok this would be the gap we'd need to fill in @npmcli/fs then. Is that something you'll work on or should I start a PR?
Will you be happy with the [experimental fs.cp] interface? Is there a recursive copy in npm dependencies or that I could add instead of contributing to @npmcli/fs? I'm not sure...
I want to wait for more feedback on general implementation before I start working on replacing fs-extra. I think we need a recursive copy. packlist can be replaced with mkdir...
@amazlite I haven't updated the RFC as npm has evolved. This PR uses the --omit flag rather than --production to match npm 7+. ``` npm install --production npm WARN config...
This issue is still reproducible with nvim 8 and latest treesitter. I have examples of how the indentation is wrong with and without indent enabled, and demonstrate that neovim's out...
I just discovered this issue because I tried to use StepFunction Alias's deployment preference to implement traffic shaping. ```typescript const lambdaFunction = createFunction() const lambdaInvoke = new LambdaInvoke(this, "Invoke", {...
It seems like adding `scripts` to fix steps would fix this issue. https://github.com/npm/package-json/blob/main/lib/index.js#L32 But npm should probably check if the normalize step that created a change is actually fixable before...
This issue comes up outside map constructor, it can bite you whenever you use `.then(onresolve)` when the return type is known. ```typescript let base: string | undefined const a =...
Thanks for the detailed response. What do you think of my proposal to make stored metric, or a count of stored metrics public. With that I could conditionally call publish...
`hasStoredMetrics(): boolean` would hide implementation and expose enough information for me.