Carsten Rietz
Carsten Rietz
### Describe the bug I am trying to use a custom decoder. Reading the docs and code i see that the `encoding.BinaryUnmarshaler` interface is supported. https://github.com/google/go-cloud/blob/b052f1888ac6bd661c693890de1b44a388794ee1/docstore/driver/codec.go#L407-L412 But the gocloud docstore...
### Describe the bug Our unit tests fail in ~1/10 cases with: ``` fatal error: concurrent map iteration and map write goroutine 66 [running]: runtime.throw(0x123488e, 0x26) /snap/go/current/src/runtime/panic.go:1117 +0x72 fp=0xc000195248 sp=0xc000195218...
### Is your feature request related to a problem? Please describe. I have a n:m relation between documents in two collections A, B. I would like to retrieve all documents...
### What version of Go, VS Code & VS Code Go extension are you using? - Run `go version` to get version of Go - go version go1.14.4 linux/amd64 -...
**Is your feature request related to a problem? Please describe.** I see several use cases for Min, Max, Percentile aggregations on client side. But i see no way to export...
**Expected MIME type** application/zip **Returned MIME type** application/vnd.openxmlformats-officedocument.spreadsheetml.sheet **Version of the library you are using** v1.4.2 **Output of `go version`** go version go1.20.4 linux/amd64 **Additional context** Looks very much like...
## Describe the bug It's likely that this is a usage bug but after a successful upgrade via helm the manager instances are still on the old version ## To...
Hey all, i think i found a regression bug from 1.4.2 to 1.5.0. A response message cannot be parsed and causes the mentioned error. The messge is as follows: ```...
### Describe the bug I want to create links to emails or their conversation. As the links should be stable when moving email i am using `req.Header.Add("Prefer", "IdType=\"ImmutableId\"")` as described...
Fixes #3506 docstore/memdocstore query for nested documents with slices does not work Added a test to the drivertest. It is working fine with the fixed memdocstore implementation but i can't...