Craig Silverstein
Craig Silverstein
It looks like this didn't make it into the 0.1.1 release. Do you have a time estimate when the next release might be? I'm going to push golangci-lint to update...
FWIW we also need to lint schemas with federation. Our approach is to just lint one schema file at a time, rather than the whole schema together. So far that...
(I take it back, it hasn't been working cleanly for us at all. The problem is when a schema file references types defined in some other schema file.)
Heh, I now see this was also already done, in #7!
From the Khan side: I agree this is most useful for `for:`, so I just grepped for that. We're only using that directive twice in our entire codebase, and for...
**edit**: I guess `omitempty` would apply to all types, that's not so bad.
Right, I think you can just define your own marshal and unmarshal functions, and change your config to: ``` bindings: bigint: type: int64 marshaler: "github.com/your/project/path/to/module.MarshalBigInt" unmarshaler: "github.com/your/project/path/to/module.UnMarshalBigInt" ```
go-codec also supports codegen for json (and other encoding formats as well) I believe, via `codecgen`.
I'll wait to see if ben wants to comment on this -- in general I'm happy to keep ben as the main maintainer if he wants to be! I'm not...
@knao124 let us know when you've signed the CLA!