Aurélien DEROIDE
Aurélien DEROIDE
Fixes #128 Contrary to what was discussed in the issue, I was not able to call `ResetVT()` before `UnmarshallVT()` because the reset method isn't always generated (it's only generated when...
The README state than an easy way to use the vtprotobuf generated code is to change the default grpc codec to use `github.com/planetscale/vtprotobuf/codec/grpc.Codec` However the unmarshal operation of this custom...
### What went wrong? When using `WITH DOCKER --compose` as well as earthly's `--interactive` flag, if there's an issue when setting up the compose environment, so interactive shell is presented...
### What went wrong? Using earthly adds unwanted OTEL_xx environment variables ``` ❯ cat Earthfile VERSION 0.8 env: FROM alpine:latest RUN env ❯ earthly +env Init 🚀 ———————————————————————————————————————————————————————————————————————————————— buildkitd |...
I'm in the process of adding opentelemetry support to one of our project that uses huma. As I want to set the `operationID` that was matched to this request as...
## Explain your user case and expected results When using the batch API & Update, it panics. It shouldn't For me the difference come from this line: https://github.com/go-gorm/gorm/blob/master/finisher_api.go#L48 Due to...
This section seems to be missing from the docs
Batch Create on sqlite causes a panic if a `*map[string]interface{}` is passed a parameter to Create
## GORM Playground Link https://github.com/go-gorm/playground/pull/795 ## Description Batch Creates on sqlite causes a panic if a `*map[string]interface{}` is passed a parameter to `Create`
`fxtest` provides both a `RequireStart()` and `RequireStop()` helper to test that an fx application can start or stop without errors. But there's currently no way to verify that an fx...
This function is needed to properly add a L2 header when using `bpf_skb_adjust_room` [1]. As it is originally a C macro, it isn't automatically generated in the `bindings` crate [1]:...