Nicolas Mattia
Nicolas Mattia
I _believe_ this is the case. In particular I have a crate with a doctest that uses `serde_json`: ``` rust /// ``` /// use serde_json; /// ... (use serde_json here)...
I've cloned and regenerated the `dist/index.js` with `npm run build`. The output I get doesn't exactly match the `dist/index.js` from this repo. From a security and reproducibility standpoint it would...
This replaces the services hash with a service array. The problem with the hash is that the keys are the services' names, conflicting if two services (on different hosts) have...
Only nixpkgs should be fetched with the builtin fetchers by default.
We could add some shortcuts for adding well known packages. In particular: * `niv add niv` would be equivalent to `niv add nmattia/niv` * `niv add nixpkgs -v 20.03` would...
Right now niv throws a FATAL error when the branch doesn't exist (when performing a git update). Instead niv should report that the branch doesn't exist in the remote.
With instructions on how to format the code, generate the README and run the tests.
A call like `niv add https://foo.bar` should infer the type `file`. In particular, a call like this: ``` shell $ niv add https://ftp.mozilla.org/pub/firefox/releases/78.0.2/mac-EME-free/en-GB/Firefox%2078.0.2.dmg ``` should * figure out that it's...
Got a lot of feedback over the past few months, and a lot more experience with niv. This in an outline of the sources handling changes that will happen soon;...
It’d be ultra nice to display a diff of the changelog (`CHANGELOG.md` on GH) when updating a GitHub repo. Alternatively there could also be a `niv changelog` command that just...