Ayu
Ayu
For additional reference, we're talking about replacing [`tar`](https://github.com/isaacs/node-tar). [`tar-fs`](https://github.com/mafintosh/tar-fs), but also [`gunzip-maybe`](https://github.com/mafintosh/gunzip-maybe) in the process which have a lot of dependencies. I [have a branch](https://github.com/ayuhito/remix/commit/114c4888ca4f566f1bfc68545ab0573a0a187819) to replace it in `@remix-run/dev`...
I actually took a stab at this but realised its best with #7, especially if we want to work with file streams. The problem I encountered was that retrofitting streaming...
> reverted Do you have a solution in mind? I don't really see an option if NPM doesn't allow the word `Hack` in their package names, nor do I wish...
Unfortunately, `h4ck` is also blocked 😆 I don't really have the bandwidth to maintain some custom name mapping of Hack, so I don't think the end result of this will...
It's an outdated filter system with the registry itself. I've chatted with the NPM support folks about it but it's not on their list of priorities.
Bundlers automatically hash these files to cache-bust naturally. Is your use case different?
I can see the CDN use case would be helpful for sure. I wouldn't be against such a change if anyone else wants to contribute.
I'm not sure yet, but what would be the use case for this?
I definitely see the merits in this approach and it would certainly improve certain aspects of dependent codebases like the Fontsource packager, website, and API. I'd even be open to...
Apologies for the long response, can you reproduce this? Everything looks good on my end, so I wonder if you may be using the wrong import statement.