Georges Dubus
Georges Dubus
I'm starting thinking about this, and I'm wondering if using the graphql api wouldn't allow to - Limit the number of calls to 1 per repo - Batch the calls...
Indeed, it looks like it wouldn't be too much effort to add a constructor to `Update` for batchable queries. I went through the code, but I did not completely get...
Out of curiosity, I still looked at how the rate limiting works, and it's quite complex :) The rate limiting is at 5000 points per hour, where the value in...
I've felt into a rabbit hole, and another *bad* option to go around rate limiting is to use the git protocol instead of the api. ```curl 'https://github.com/nmattia/niv.git/info/refs?service=git-upload-pack'```
Thanks for that! I can't merge it right now, because that would break the CI (the `default.nix` depends on nixpkgs, so it tries to apply that patch). I'll merge this...
I was thinking the same thing earlier ! I'll do that.
Support for "--keep-going" has just been merged. Do you see any other useful options, or is keep-going enough ?
It's an excellent idea! I'll look into it when I can.
That's mainly a documentation fail on my part. Nixos-update is an experimental command that tells you why stuff are rebuilt when you upgrade the system (ie when you run nixos-rebuild)....
I was thinking that Ctrl-C would be enough, but yeah, sure, why not.