Nicolas Mattia
Nicolas Mattia
It should be possible to write instantiation tests for nix/sources.nix, useful in particular to catch bugs like #124
``` shell /tmp/tmp.7L1hIRcwlq$ niv add spacchetti/spago Adding package spacchetti/spago Reading sources file Writing new sources file Done: Adding package spacchetti/spago /tmp/tmp.7L1hIRcwlq$ niv show spago Showing package spago Reading sources file...
``` ~/niv$ niv add niv Reading sources file One or more packages failed to update: niv: Update failed: Key could not be found: url_template CallStack (from HasCallStack): error, called at...
Reproduce with: ``` sh /tmp/tmp.lFe9UOQv1Y$ niv add git git://git.ipxe.org/ipxe.git Adding package ipxe FATAL: Could not read the output of 'git'. command: git ls-remote --symref git://git.ipxe.org/ipxe.git HEAD Could not read reference...
Let's create an issue template and use the query params to create a proper issue, with label `bug`: https://help.github.com/en/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters#supported-query-parameters
My build fails like this: ``` TypeScript Compilation [00:00:04.394434900] TypeScript build completed without warnings. [00:00:04.372880475] Total section time. ________________________________________________________________________ Building Options Stack trace ----------- at node_apps_errout_error (/build/source/js/services.js:2097:27) at Object.node_apps_errout [as...
It would be nice if the library supported pagination natively, so that the user doesn't have to do it themself. The [`wreq`](https://www.stackage.org/haddock/lts-10.3/wreq-0.5.2.0/Network-Wreq.html#v:responseLink) library, for instance, has some basic support for...