Tv
Tv
For what it's worth, in a module-using project, just `go run github.com/twitchtv/twirp/protoc-gen-twirp` works fine, the library seems to work, etc. go.mod now has `github.com/twitchtv/twirp v7.1.0+incompatible`, so it's in backwards-compat mode,...
Bad stalebot, features don't appear just because time passes.
I think the behavior observed is because in proto3, default value is just an omitted field, like proto2 optional fields. On the wire, there's no difference between proto2 optional field...
Here's a full repro with the latest versions: https://gist.github.com/tv42/34d87e0975739f20654eac4894380511 To summarize: ``` -- name: BadType :one SELECT users.id AS user_id, 42 as filler FROM users LIMIT 1; -- name: BadName...
Can you please re-open this? It's still there, as the previous comment shows.
> I've personally tested this one with sqlc v1.13.0 and with [type overrides](https://docs.sqlc.dev/en/stable/reference/config.html#per-column-type-overrides) this can be easily worked around. Could that solve it @tv42 ? Sorry that's too vague to...
I'm new here but I'd argue that going with some sort of service-based scheme where programs don't attempt to self-daemonize randomly seems like the clean future-proof thing to do.
This issue seems to one of the two new issues mentioned in https://github.com/rustwasm/wasm-pack/issues/914 without linking. Since #914 is now locked, mention it here so hopefully it'll cross-reference right.
This issue seems to one of the two new issues mentioned in https://github.com/rustwasm/wasm-pack/issues/914 without linking. Since #914 is now locked, mention it here so hopefully it'll cross-reference right.
So, this seems to be because of the `esbuild.build({bundle: true})` call in the adapter. If bundling everything into the single file is the desired behavior, why are the js files...