Steve Gray

Results 46 comments of Steve Gray

The article outlines the rationale for most of the reason this isn't a thing - specifically about sticking to a supported, exposed API. Overwriting/replacing existing methods was part of the...

I've been unable to get these methods to compile, I've tried for type X in package y (no namespace/prefixing to do) ```--go-vtproto_opt=pool=y.x --go-vtproto_opt=features=pool+marshal+unmarshal+size``` but no pool helpers - it does...

This is fixed by changing the command name to `cm-push` instead of `push`

We upgraded to 1.7.1 when it came out, as we thought it might be related to that issue. However it seems that it was equally affected in this scenario. What...

Will do. Thanks for the heads up - this really hasn't happened again since we fixed the resourcing on the zookeepers/brokers, so it's going to be potentially a while before...

Ah, so you're relying on the path being relative to the parent module? Interesting. I'll give that a shot. Are you using TF cloud for this @12345ieee?

I suspect it'd be far more informative/better to add the `import` directives to the examples showing that the package is not rooted at the base of the repo - which...

Hi @alfaro28, We're seeing this issue too - the code runs perfectly locally, but inside docker-ized version with the same code: ``` _SOMEENUMTYPE = DESCRIPTOR.enum_types_by_name['SomeEnumType'] AttributeError: 'NoneType' object has no...

It's good that it's reproducible at least. We thought we were going insane as its inverted in our scenario: CI doesn't work but local testing does.

Hi @martin-sucha - is there a workaround for this besides switching over to the Scylla fork of GoCQL?