Steve Coffman

Results 340 comments of Steve Coffman

Check out https://github.com/99designs/gqlgen/pull/3211#issuecomment-2361999776 and https://github.com/99designs/gqlgen/pull/3211#discussion_r1767471733

@joebowbeer Prettier decided that if they *ever* added another option, then they would be forever barraged with various requests for all sorts of options. As a result, they can never...

@irsl Pretty cool! Any chance you had thoughts on how to inject https://github.com/octo-sts/app into your setup?

@roblaszczak @m110 I would like your thoughts on adapting watermill's bespoke Retry or using the backoff v5 Retry so we can continue to track security and performance improvements from upstream.

If sqlc were to support generating QueryRewriter compatible interfaces (using an opt-in config variable to preserve backwards compatibility) it would open up more possibilities besides just support for pgxmock. Per...

@bldrdash Nice! I filed an issue with jackc/pgx#1935 along the same lines, and the maintainer raised a good point. The declarative nature of [prashanthpai/sqlcache](https://github.com/prashanthpai/sqlcache) is nice, but the way sqlcache...

For folks who find there way here, if you are using pgx AND sqlc, you might be interested in looking at https://github.com/amirsalarsafaei/sqlc-pgx-monitoring which is aware of the relevant OTEL attribute.Keys...

Hey, so we had a minor outage that prevented any checks from succeeding, so I used: ``` gh run list -s failure --json databaseId --jq '.[].databaseId' | xargs -n1 gh...

Which file is getting altered in this way?

Thanks! That is irksome, and I'm not sure why that is happening. If you care to make a PR to fix it, I would appreciate it. I would have thought...