Travis Cline
Travis Cline
"Returns a pointer to a struct that matches or nil if no row is found." is incorrect as Get reruns just an error.
panic: reflect: call of reflect.Value.Int on string Value It seems like it should be easier to opt-out of the Version field without mangling the field name.
currently you have to modify a global (sqlx.NameMapper) -- should be able to set this on DbMap
``` message OneOf { message Value { oneof value { string string_value = 1; int64 int_value = 2; } } } ``` generates ``` input OneOf { } ```
``` message SelfRef { SelfRef self_ref = 1; } ``` generates ``` input SelfRef { self_ref: SelfRef! } ``` which graphql-schema-linter flags as: `Cannot reference Input Object "SelfRef" within itself...
Do you plan to support field metadata such as isDeprecated/deprecationReason?
We should have a callback handler that supports sending tracing data to [OpenInference](https://github.com/Arize-ai/openinference)-compatible backends such as the great [Phoenix](https://github.com/Arize-ai/phoenix) project from [ArizeAI](https://arize.com/). Refs #652
I'm not sure this is something we could enable dependabot for but we should periodically update the images we're using (qdrant, pgvector, etc.) We could also choose to run a...