Rod Howarth

Results 3 issues of Rod Howarth

I noticed a strange issue with this sort of data schema: ``` javascript schema: { id: Joi.string(), content: { payments: { manual_entries: Joi.array().items({ id: Joi.string().allow(null), date: Joi.date(), }), }, },...

protobuf.js version: 6.6.3 Hey, first off this library is really great - love the typescript integration! Thanks for building it. I'm trying to work out how to retain 'null' values...

enhancement
feedback required

Hi, I'm attempting to use this cool library in an app that users Razor views (which is a very cool feature of Xamarin) however I don't seem to be able...