Ben Robinson
Ben Robinson
Given the following code: ```js import avsc from 'avsc'; const userSchemaV1 = { type: 'record', name: 'User', fields: [] }; const userSchemaV2 = { type: 'record', name: 'User', fields: []...
I'd like to be able to specify a field as having a default value without having to use default arguments. Ie, currently I have to do: ```scala case class MyRecord(...
There is a bug (at least, I think it's unexpected behaviour) in the `avsc` library where it mutates the passed `forSchemaOptions` to add a `registry` to it, which then means...
I made this change because the install instructions in `README.md` failed (it wouldn't let me build wiringpi-python as I didn't have a necessary C header or something). I thought it'd...