Daniel Nephin

Results 443 comments of Daniel Nephin

Some options: * https://github.com/Mermade/widdershins - example: https://mermade.github.io/reslate/ * https://github.com/stoplightio/elements - example: https://elements-demo.stoplight.io/ * https://github.com/robertlove/jekyll-openapi - example: https://robertlove.github.io/jekyll-openapi/ * https://github.com/Redocly/redoc - example: https://redocly.github.io/redoc/ * https://github.com/ouropencode/OpenDocumenter - example: https://ouropencode.github.io/OpenDocumenter/

#2428 removes `docs/api/openapi3.json` because we don't have a good way to updated it post-release. The file is still there in `testdata` so that any API changes will be visible in...

Notes from task 1 I looked at these: * [database/sql#Tx](https://pkg.go.dev/database/sql#Tx) - queries are performed on a `Tx` type, that uses `Exec` for writes, and `Query` for selects * [jmoiron/sqlx#Tx](https://pkg.go.dev/github.com/jmoiron/sqlx#Tx) -...

Ya, this is the code I was looking at in the connector: https://github.com/infrahq/infra/blob/d0b510e/internal/connector/connector.go#L274-L313 Looks like it's the name that is being looked up, not the ID, I'll fix the title...

This issue is may still be relevant. We did something like this for AccessKeys, we added `IssuedForName`.

If we want to avoid having to define session, then maybe something like `max-inactivity-time` , or something along those lines would help clarify extension deadline.

This continues to be confusing to me, but I think I have an easier way to resolve the confusion. `Expires` as the maximum lifetime of the key makes sense. Let's...

I think this issue is still relevant

https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#Registry.Gather seems like it should make it easy to get all the metrics registered to a particular `Registry`, mostly we just need a way of rendering each as markdown.