Bevan Weiss

Results 45 comments of Bevan Weiss

Perhaps mbedTLS might suit.. https://en.wikipedia.org/wiki/Mbed_TLS I'm unsure if the Apache license is entirely suited for the OpENer modified BSD application. From my quick investigation it seems like it should be...

Are you sure that this doesn't comply to the XML v1 spec? https://www.w3.org/TR/xml/#syntax It seems to indicate that exactly what you say is happening should happen... The < MUST be...

I think this might have been nicer to do if you used some of the SubType handling... ```C# public class Message { [FieldOrder(0)] public MessageHeader Header { get; set; }...

> Anyway, that's how I use BinarySerializer in my work area for 2 years, almost 20 thoundard lines of BinarySerializer style code. Could you add a switch for the bit...

@sn4k3 could you perhaps but together a couple of Test Cases for this in Github (within the FieldBitOffset / Endianess stuff probably makes sense). I've had a bit of a...

Have you tried this as below? ```C# /// /// Gets the size of the printer model /// [FieldOrder(3)] [FieldEndianness(Endianness.Big)] public uint PrinterModelSize; /// /// Gets the printer model /// [FieldOrder(4)]...

Ahh yes, I think I do recall this when I was looking into the Graph logic https://github.com/jefffhaynes/BinarySerializer/blob/fa8181145d89c19d5f3d5070edd793407f6b1917/BinarySerializer/Graph/TypeGraph/TypeNode.cs#LL389-L403 I wasn't a fan of how it did this. I personally think if...

> I think I agree with your reasoning here. Probably just an oversight on my part when I first wrote it. Changing it would be a breaking change but probably...

> @sbolofsson the github workflow is that you would fork the repo in your own name, then create a branch for your changes, push your changes to your personal fork,...

So you have BOTH a TFT LCD, and another LCD connected? What are your connections for this? Your config file doesn't mention that you have the TFT35 // // 480x320,...