jtvoorde

Results 3 comments of jtvoorde

I've fixed some of the tests in your branch @pavlicekcn : https://github.com/vildapavlicek/avro-rs/pull/1 The remaining tests are all related to decimal types. I'd like to fix those as well but maybe...

@GregBowyer I fixed some more tests (including the resolve_union_schema test) in https://github.com/GregBowyer/avro-rs/pull/2 Actually the parse_list I added was broken was broken as well. Due to other test errors the tests...

I had the same problem when converting the force directed graph example. I solved it by casting the function result type to Primitive. Like this: node.style("fill", (d: Node, a: Int,...