Jakub Žádník
Jakub Žádník
I'm thinking a better idea would be to have a directory per package manager. I imagine package managers could reuse some files between projects, or have a top-level Nushell package...
The hash is failing. I'm wondering if it's Windows vs. Unix newlines.
Related to diffing the nuon files, inspired by https://www.youtube.com/watch?v=Md44rcw13k4. Pasting it here from Discord so it won't get burried: * create a new file called .gitattributes * put the following...
@amtoine I fixed the Windows issue! It wasn't newlines but the --path flag which was constructed with `\` on Windows and `/` on Mac/Linux. I forced it to always have...
One argument for keeping the nuon files "raw" is that they do not contain newlines, so their hashes should be the same on Windows/non-Windows. If we made the nuon files...
> Just devil's advocate but could you manually replace all `\r` with empty string before saving? Yes, that's an option (or convert all `\n` to `\r\n`). I chose to side...
Ah yeah, it's missing the added packages. I currently don't have time to add them. If you have time, you can merge it and publish them again to the registry...
Now thinking about it, I think we should support only semver-style versions because we need to be able to sort by version and select the latest. The same with the...
TIL, but I still think we need to restrict our versions to a subset that doesn't prevent sorting. Otherwise, we wouldn't be able to reliably update a package. You want...
@amtoine I republished the problematic packages, should be good now. The problem with nu_plugin_explore is that revisions up to 0.93.0 still had the old version 0.1.2 in their nupm.nu, so...