Steven Kabbes

Results 40 comments of Steven Kabbes

I have a suspicion that any serious users are going to want to move to library mode completely, I'd be a fan of keeping CLI mode as simple as possible...

Hey @bard I recently ran into a very similar issue, likely the solution for my issue and the solution for yours will be the same: My original issue: https://github.com/PostHog/posthog-js/issues/281 My...

Reflection isn't very well supported in tinygo at the moment - there are some parts that are being worked on, but I don't know if I'd ever count of complete...

Here is the relevant piece of code, just FYI: https://github.com/tinygo-org/tinygo/blob/release/src/reflect/value.go#L135-L149

@go-mez would my proposal for giving the developer control of the input and output parameters to the query (including naming, nullability, etc) solve this issue for you? https://github.com/kyleconroy/sqlc/issues/1506

I think for Typescript / Javascript in general, there is too much fragmentation in the ecosystem to realistically support each code generator in "sqlc core". Greenfield projects might be able...

Just to chime in - I really like the positional argument for only 1 parameter - I would even like positional arguments for more parameters (maybe up to 3?), but...

Since the time I wrote the proposal, I think I learned a lot more about my own use cases - and also the thing others are struggling with - with...

@kyleconroy I might need your help regenerating the files. I am having a heck-uva time. ``` ➜ sqlc_skabbes git:(catalog_tables_views) ✗ make regen go build -o ~/bin/sqlc-dev ./cmd/sqlc/ go run ./scripts/regenerate/...

I'm on an M1 Mac, arm64 I suppose.