Elazar Leibovich

Results 99 comments of Elazar Leibovich

@detro a PR would be awesome. I'm unfotunately very limited in the time I can invest, but I'm happy to review and merge PRs.

Hi, The best way is to email me with my github handle at gmail. I believe he already said he found a security issue, but did not disclose the issue...

Can you please explain why you can't use the existing methods to manipulate the handlers? Making a private field public is risky, as it cannot be undone.

I don't see why you need indirection. Making them public should be good enough. Slice is already a pointer. Also not sure how you handle concurrency.

I'm very careful about adding yet another field to the context. Can we do it in some other way?

@thalesfsp as I said, I'm reluctant to add another field to the Ctx without a really good reason. I reviewed the code and asked isn't using the User pointer possible,...

Can you please explain the motivation for the change?

Can you solve the conflict in the `go.mod` file?

Looks good overall. Can you add a test?