Nicolas Mattia

Results 263 comments of Nicolas Mattia

@steshaw that's interesting, can you tell me more about the use case? Do you use niv globally, as opposed to per-project?

> (though I used Lorri also for caching) Then you may want to give https://github.com/nmattia/sorri a try! It's a work in progress but we already use it at $WORK. >...

Hi! I suggest removing your `treefmt` entry and adding it like this: ``` $ niv add numtide/treefmt ``` or adding you SSH key to your SSH agent. Niv is calling...

(I was on holiday and missed the notification, apologies) Yeah that’s indeed an issue. The best (only?) solution would be to add support for a `GITHUB_TOKEN` environment variable. To clarify,...

> Could you specify what you mean by "it"? Sorry if I'm missing something obvious here. I wasn't very clear. I meant "doing it by hand" as in not using...

Actually I think it might be solved by #58; hopefully fetGit and fetchFromGitHub use SSH to login

@leotaku re your last comment: you're completely right, it was a mix of a brainfart and wishful thinking on my end

Oh that's a very neat idea. The `Update` is haxl-ish, so there may be a simple way of implementing this. I don't know graphql very well though, could you give...

Sweet. ~Any idea how the rate limiting is applied in that case?~ _missed this part:_ > only for authenticated users Re. the doc: bumped priority on the todo list

FWIW now using git sources (`niv add git -n foo [email protected]...`) should help. I'll move the GitHub updater to use git sources by default.