Tomasz Janiszewski

Results 143 comments of Tomasz Janiszewski

It's working for me. I need more details to reproduce it. What `go version` do you use? ``` $ go install golang.stackrox.io/kube-linter/cmd/kube-linter@latest go: downloading golang.stackrox.io/kube-linter v0.4.0 go: downloading github.com/owenrumney/go-sarif/v2 v2.1.2...

Thanks for PR. I think we should split it in two. 1. Bump version 2. gofmt generated code or edit template so it will generate formatted code.

Thanks for this PR. I'd like to not that we are not affected by this CVE as kube-linter uses Go 1.19.1 https://github.com/stackrox/kube-linter/actions/runs/3149228054/jobs/5120616807#step:4:16 and made no network connections. net dependency is...

@blackbeans that's awesome. How I could miss that.

This PR fixes: - #283 - #254 - #250 - #234 - #226 - #222

@rupor-github I like this approach: it's backward compatible and easy to implement. On the other hand it's really powerful and might cause a hard to debug problems if not used...

Hey, I think it's not a bug but enhancement. I thin it make sens to expose get/set for multiple items as it can boost performance as there will be only...

We need to to keep a placeholder to keep indexes unchanged when memory grows. https://github.com/allegro/bigcache/blob/16762172f2ee433caf5bae1904cdbc11dcebffeb/queue/bytes_queue.go#L10-L11 https://github.com/allegro/bigcache/commit/15aeb0b36a77292ff6c40ee0c4b04e70c236dd92 I think we need a debug mode where we can easily visualize queue to...

Oh, I see. I agree with you. It should be independent. Unfortunately, I think we never thought of using queue outside of big cache so it's coupled :(

No is you mean proper aliasing. You can generate hash collison and find a key that collides with another.