Will Norris

Results 223 comments of Will Norris

The 100 per page limit is enforced by the GitHub API. You have to make subsequent calls to get the additional pages of results. The ghapi python library has a...

Just noting that it looks like NewRelic are the primary ones using policyInfo and policyUrl in the wild, and much of it seems to assume the MarkdownFormatter (markdown is often...

+1 to @vmbrasseur's comment. I'd suggest we try it and see if it really turns out to be too much overhead?

Yes, it's true that if you run an open proxy, an attacker could use it to load a malicious image. The proper protection for that is to use [host allow...

I got a report a few months ago about a similar issue, but I think it was more performance related. But in any event, there's certainly some optimization to be...

pulling logic out of `main()` would certainly make things easier to test as well, so I'm supportive in theory. That said, I'd want to be **very** deliberate about what API...

The bigger issue with making addlicense usable as an importable module is actually getting the importable pieces out of the main package. That's going to be a much bigger lift...

Sounds good. And if I do get some free cycles, I may try doing some of the refactor in a separate branch just to see what it'd be like.

Actually, thinking about this a bit more, I do worry a bit about the confusion of adding this into nginx-auth before it's actually supported in Tailscale.

We're currently working on an upgrade to our API keys that will follow the [OAuth 2.0 Client Credential flow](https://www.rfc-editor.org/rfc/rfc6749#section-4.4). That will include: - from the Admin panel, create an OAuth...