Brice A Johnson

Results 33 comments of Brice A Johnson

@soltysh You mentioned you want to know more about the userbase on this feature. what more would you like to know?

Hello, has this been implemented with #423? Is there an example of returning the stack when a nil pointer deref is hit?

I'm having this issue with master on k3s 1.20.4

So the solution here was to kill LPP as it is deployed by default with k3s, and redeploy it yourself.

The PR https://github.com/aws/aws-sdk-go/pull/3916 is an example of the changes that I suggest.

@KaibaLopez here is a sample of what I'm doing to compare errors currently: ``` if err != nil && strings.HasPrefix(err.Error(), "404") { // do something } ``` or ``` myRegex...

bumping. what are the thoughts on this? it would help a lot of Go developers to write more efficient code.