inliquid
inliquid
Hey! First of all thanks for a great library, it's one of the best out there. I'm reporting this issue just for the sake of consistency, because we first encountered...
This is effectively a follow-up on #109 which is closed for some reason. We have experienced a bug in production service when hard limits were removed and OOM killed the...
Added support for marshaling/unmarshaling of MongoDB's BSON UUID binary format by implementing bson.Getter/Setter interfaces
This should be documented. Is it safe to use by multiple goroutines? Am I expected to use one single instance of `Converter` with same configuration across my app, or to...
In particular ```go b.OnDrawLine(func(ind int) string { return fmt.Sprintf("%03d line line line", ind+1) }) ``` -> is this correct way to push some text content to output? I mean... no...
This is shown for `cap`, `len`, and `copy` built-ins. 
### What version of Go are you using (`go version`)? $ go version go version go1.16.3 windows/amd64 ### Does this issue reproduce with the latest release? Yes. ### What operating...
Hi! I have an app which builds in-memory cache containing `glob.Glob` for a number of patterns from a DB. I would like to move this local cache to a separate...
## 📚 Documentation According to documentation (which I found) `body` parameter is: > The name of the request field whose value is mapped to the HTTP request body, or *...
Hi, we have `gops` installed along the main binary in a container in a number of containerized services. The binary sets up `gops` agent, so the tool can communicate with...