Matias.Barrios

Results 10 issues of Matias.Barrios

``` fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7f4a4f717a10] runtime stack: runtime.throw(0x51dacd, 0x2a) /usr/local/go/src/runtime/panic.go:774 +0x72 runtime.sigpanic() /usr/local/go/src/runtime/signal_unix.go:378 +0x47c goroutine 1 [syscall, locked to thread]:...

bug

# Feature Request ## Description I would like to integrate this library with Datadog and I cant find a way to do that ## Proposed Solution Add some config option...

hello folks, why is this line hardcoded? https://github.com/gojek/heimdall/blob/ca8c352034e638e32e00f1aaf3d01ff4625dd9af/httpclient/client.go#L125 It's stopping me from reusing the connections which might improve the performance of my app.

Hi Guys!, Just wanted to know if this module has some kind of limit when searching for multiple nodes. Im using partialSearch method and no matter what I do, I...

Hi All, First of all, thanks for such an amazing library. Now here is my issue. When I click the red "play" button on the video the same opens up...

**What is the issue you are having?** I have deployed the version 3.0.2 and I thought this issue: https://github.com/allegro/bigcache/issues/117 meant it was solved. I have a constant flow of the...

bug

Hi All, I am looking for a way to get getData function to get trigger NOT when I am typing on the filters, but when I am clicking on a...

Hi, I need to write a custom footer for my table, but on the few examples I have seen by browsing through different forums I can see only examples with...

In VS Code, the only way I can see the gutter which indicates code coverage in the files is by manually running the tests through the "Run Tests in package"...