Ryan Berger

Results 13 comments of Ryan Berger

This seems like a super cool idea. I really would like to implement this, but there needs to be lots more thought put into it before I am able to...

@erickok I mostly do Go development, so Flutter isn't my area of expertise, but I think this will work, but feel free to tell me where I'm going wrong. I...

I agree @DFelten, I really need to find some time to look into this. I've followed flutter_widget_from_html for some time now and they have been doing some great work and...

@bunny1999 Float is currently not supported. Would you mind providing a use case for how you would be using float? I think that float would be quite the challenge to...

@misteroneill Our company is also having this issue on VideoJS 7.17.0 and 7.20.2. We are also using Amazon's Elastic Encoder to encode all our videos. We've been able to reproduce...

Apologies if I jumped the gun on this one since it is still in triage. I was experiencing the issue as well, so I thought I'd submit a PR.

@kyleconroy I've added a few e2e tests, sorry it took me so long to get around to this. This should be good to go

@FlymeDllVa That's what I am using for our production codebase. However, #1629 should bring it more inline with the [Python implementation](https://github.com/kyleconroy/sqlc/blob/2105b7a749c97780cdcb20e5432999ec5739e07c/internal/codegen/python/postgresql_type.go#L34)

@kyleconroy I took a stab at solving this issue, but I'm stuck on where to go and wanted to get feedback. There is [buildQueryCatalog](https://github.com/kyleconroy/sqlc/blob/b68c669cd7ccc2679716a116cb7b6af228cac6be/internal/compiler/query_catalog.go#L15) which will create the catalog for...

I had another idea right after I hit send. The other option we have is to use a rewrite pass for these aliases since `ast.Alias` is a `sqlc` owned type....