Robert Weber

Results 7 issues of Robert Weber

I have included the contents of the itiu fork due to its support for the newest jzmq/elastic search. The bulk of this work is a refactor of the tests to...

I'm trying to do a simple "GetAllCookieStores" and I'm hitting what appears to be an infinite recursion when the cookie store is rendered into a map[string]interface{}. Was this a show-stopper...

In the docs there is a note where the decision not to have multiple matchers is left open for discussion. Here is the use case I have where I use...

question

Chrome will no longer allow me to install this app (and it aggressively disabled it on existing installs) because there is no official privacy use of data statement. I'm sure...

In profiling we've found that the garbage associated with Parse and ParseBytes is dominating our application and I would like to introduce a sync.Pool of the parsed results. This MR...

## SkipLists leak on various destructive operations primarily used in testing When a user like myself creates an in-memory badgerDB for use in test the underlying Open call creates a...

### What happened? I can no longer run `go mod tidy` as the indirect dependency ``` $ go mod tidy go: finding module for package github.com/go-playground/locales/nl go: /middleware imports github.com/go-playground/validator/v10...

bug