Michael Bianco
Michael Bianco
@BrianHung Yup, that's exactly my issue as well. Makes it harder to track down what went wrong.
@alexreardon curious if you have any thoughts here! Would love to help get this improvement in.
> What do you think about a `y.x.x` bump to indicate a breaking change? @mykeels what do you think about this?
Not all fields on my model are required. In this case, a nil value could be passed and converted into a `NULL` on the DB side. Essentially, I want to...
@nelsonic do you know what I need to add to: ```elixir schema "things" do field :url, Fields.Url end ``` so a null/nil value is accepteed?
@nelsonic friendly ping here!
The transaction IDs (excluding USD deposits) only have 8 characters, which isn't enough for a txn hash right? My knowledge of the underlying network hashes is very fuzzy. I think...
That seems like a reasonable approach! My gut is the .us API started as a subset of .com but has meaningfully diverged—even if the spec looks/is the same, I have...
@eprbell just pushed some updates here! What are your thoughts on getting this merged?
@eprbell done!