Caleb Cartwright
Caleb Cartwright
Thanks for the bump @crimson-med! This, and other GitHub Package related badges are blocked on https://github.com/badges/shields/issues/4169 tl;dr - The Shields.io service leverages a pool of tokens that are used to...
Folks, we post updates whenever they are available, so please refrain repeated "bump" comments which are not particularly helpful. You should instead use the reaction features to indicate your support...
> It is a bit misleading to say > There is already an open PR for this badge #4184 and the feature is blocked on #4169 I'm aware of the...
> Are there anymore updates on this? No, not really. Please see prior comment https://github.com/badges/shields/issues/4183#issuecomment-750918398 We have made some changes to the backend infrastructure (notably the mechanism we use to...
It looks like there is some token scope checking endpoints https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/ ```bash curl -H "Authorization: token OAUTH-TOKEN" https://api.github.com/users/codertocat -I HTTP/1.1 200 OK X-OAuth-Scopes: repo, user X-Accepted-OAuth-Scopes: user ```
Started digging back into this and trying to refresh my memory. One thing that's not immediately clear to me is whether the "access to public information (including user profile info,...
> This is a little unrelated but - are we looking for more people to contribute tokens? No, not right now. Obviously folks may donate one if they really want...
Thanks for the report, wondering if this is related to (#6082, https://github.com/rust-lang/rust/pull/121487) and fixed by https://github.com/rust-lang/rust/pull/121301
> @calebcartwright do you think we're ready to stabilize this option again? Yes I believe so. Would you mind doing a quick scan through the issue tracker to make sure...
> Why is this not stabilized yet? https://github.com/rust-lang/rustfmt/discussions/5365 https://github.com/rust-lang/rustfmt/discussions/5367