Jonathan Lima

Results 11 comments of Jonathan Lima

+1 get ![](http://i0.kym-cdn.com/photos/images/facebook/000/663/692/ceb.jpg)

The lack of this feature is very painful when you have to debug why individual tests are failing.

Hey shakna, thanks for creating this issue and submitting your concerns. I'm aware of the security implications of that. #2 suggested the use of homebrew which is a better way...

I'd love to do that but unfortunately I'm very busy this days. I've only created this project because it was blocking my work. Can you submit a pull request for...

We had a very bare implementation inside our company's monorepo (and was tied to our impl), but I can push my new one to a public repo soon. I'll try...

Postgres protocol has enough information so that pgbouncer can support prepared statements. I just wanted to check if someone is already working on that feature. If not, I'll develop it...

It's probably a good idea to create isolated roles for kube-controller-manager/kube-cloud-controller and add an annotation for their static manifests. Not sure how you could do that on rancher tho, maybe...

This also happens in a worse case, when comparing a "enum" variable to a literal constant of that enum, as follow: ``` type MyEnum int const ( _ MyEnum =...

> TBH, I would rather have a structure holding the key instead of setting it globally. Same. To be honest, I don't expect a library like this to even assume...