Chao Xu
Chao Xu
We run into the same issue. Overall we are very happy with how table works, but the off-chain access pattern can definitely be improved.
I tried and took a stab at adding support, but the check on the generated proto files fails due to the version mismatch between `protoc-gen-go` and `protoc`. Bazel central registry...
I feel this doesn't belong in `aux-ts` folder.
> > I feel this doesn't belong in `aux-ts` folder. > > where should it live instead? i put it here because we're containerizing aux-ts/graphql should be fairly straightforward to...
Not specific to go, I don't quite like this kind of types in general. 1) The type is missing the unit - use the example of velocity/distance/time, what is the...
After some debugging, I think the problem lies in that `srcs` are symlinked to `bazel-out` if any of the source file is generated. I think the same should be done...