Matt Painter

Results 36 comments of Matt Painter

If I've done my job right, yep! I haven't tested it on a Raspberry Pi for a few years, but it should be that easy.

Have you looked at [Sanchez on a Raspberry Pi](https://github.com/nullpainter/sanchez/discussions/101)?

Closing due to lack of feedback.

A concrete example - I am doing round-trip deserialization and serialization of two file formats in a single project, one which uses Latin1 encoding, another which uses EBCDIC (IBM500). Both...

I've worked around this for now by adding a custom attribute to my root model which specifies the encoding. The `IBinarySerializable` then recursively traverses the context to find the root...

> > I have also tried sorting `schemaPaths` so the file with the definition of the problematic type is parsed first > > This would have been my best guess...