Kyle Gray

Results 180 comments of Kyle Gray

Agreed with the `future` tag here, as this is something that we cannot do today. I hesitate to add this feature as it ties stripe-ruby directly to a specific API...

I think the correct approach here would be to abstract all connection logic into pluggable backends. You could then write a custom backend that extends the provided backend to write...

I'm going to close this issue for now, but tag it with `version-two`. We'll probably go with the backends approach, which means you'll be able to create a custom backend...

This issue has been added to the Version 2 Roadmap https://github.com/stripe/stripe-java/wiki/Roadmap

Since https://github.com/tinygo-org/tinygo/pull/2314 was merged, `mailru/easyjson` now compiles and works.

Thank you for such a great bug report. I believe this exact issue is tracked upstream as https://github.com/lib/pq/issues/738. You may be able to get this to work by creating a...

Okay, this is an extremely annonying answer, but you need to use a different type for the override. `pg_catalog.numeric` works while `numeric` does not. ``` { "version": "2", "sql": [...

I'll need to investigate how a few other SQL analyzers work, as I'm not sure this is something sqlc will be able to support at some point.

> Is it possible to include WithTX method in emitted interface also. I actually don't think it's possible to include the `WithTx` method. The reason is that `WithTx` currently returns...

We have a pull request that adds this in https://github.com/kyleconroy/sqlc/pull/1571. That PR is a bit stale at this point, but could be cleaned up.