Richard Simpson

Results 254 comments of Richard Simpson

There's def a topics resource, it's just specifically named ``` query { repository(owner: "github", name: "gitignore") { name, repositoryTopics(first: 100) { nodes { topic { name } } } }...

Related: https://github.com/chocolatey/choco/issues/567#issuecomment-224297067

Wanted this echo the use of this as both a method of MFA, but also as a password alternative (down with passwords!).

> Also, the startup cost is mainly during development [1] and having to rebuild the whole project each time after scss change is made is a chore (at least for...

Mostly to have a default in place, though I'd be fine leaving that out to force consumers to think about versioning and pinning the version.

I can def contribute that :)

Done! Lmk if it looks good: https://github.com/engineerd/configurator/pull/30

I can confirm from previous experience that you basically have to build your own mini-conf-DSL to do this sort of thing, [having tackled this sort of thing myself](https://github.com/hashicorp/vault-action#example-usage).

Endorse! I don't touch JWTs these days unless there is a JWKs involved. Makes things like secret rotation and aggregation so much simpler and is pretty standard for OIDC implementations.

I can definitely recommend `ky`. It's fetch with an excellent interface.