Alex Clemmer
Alex Clemmer
Wading into this a little deeper, when we delete all lines calling the stringer (_i.e._, `// +gen stringer`, as we do in [this line](https://github.com/google/go-jsonnet/blob/09c7c8c7c0d65dc11b6069fe58d63f3a4bf6ebfd/ast.go#L56)), the problem disappears. How interesting! :)
Ok, quick perusal of `clipperhouse/stringer` and I found the place we're calling `types.Config`, but without setting the importer to `imports.Default()`. I have absolutely no idea what I'm doing, but based...
Just a follow up: is there any interest in collaborating to fix this? I'd really like to use this stuff, and am happy to help in my spare time.
I think it makes a lot of sense to have a single abstract base type for exceptions BitFunnel throws. I'm not sure how much of this should be considered as...
Also, is this a duplicate of #259? Either way, I think they're both discussions that are worth having.
I already know the fix for this. I'll comment on #225.
+1 I really like this idea.
Thanks for the question, @yingfeng. Actually BitFunnel's style guide is a very, very lightly modified version of the Google C++ style guide. The only Hungarian-esque exception I know of is...
Let's close this issue and move to #103, since I did an independent analysis of the cause there.
I think this involves (1) using the internal cluster client and (2) setting RBAC correctly. This is totally doable, but I'm also curious if you can say a bit about...