Open ronanyeah opened 2 days ago
@ronanyeah do you have an example schema (or portion of one) with an int64
?
Thank you! This puts further emphasis on needing to figure out how to handle format
s. There's been some discussion in Discord (most recent as of now) about having an elm-review like config of sorts. Essentially, we need a way for users of the CLI tool to be able to add semi-arbitrary encoding, decoding, and types.
I don't really know what this config looks like yet but more discussion in the Discord is very welcome.
int64
is being handled as an ElmInt
, which is unsafe. It should beString
or someBigInt
type.