Emmanuel Thompson

Results 134 comments of Emmanuel Thompson

Same to you! I was excited to see that I wasn't the only one wanting to fill in a gap. I relate a lot with your blog post. I was...

Thanks for this work! Let's see if we can figure out the performance issue before merging.

> > Add community section for showing open-source projects using library? > > I don't know where you would want this, bug I'd be happy to show off my https://github.com/wcampbell0x2a/adsb_deku...

Please provide some sort of description/use case, empty issues are difficult to decipher and I don't want to make assumptions.

Also saw this! Wanna give it a go? I may have time next week.

Hi @dullbananas, thanks for raising this issue. > I expected Option values to automatically store an indicator of whether it's Some or None Are you able to expand on this?

> I expected Option to be parsed like a normal enum, with one byte at the beginning that is set to 0 or 1 depending on whether or not a...

> Maybe the cond attribute should be required on Option fields This is a fair request, currently there is no relation (apart from context) between the type/attribute, it may be...

Interesting! It may be possible to extend the way deku get's an id value if none is specified. Relevant code section: https://github.com/sharksforarms/deku/blob/31ffd8db236e5153f57c66fac7db85acb277947a/deku-derive/src/macros/deku_read.rs#L182-L188 I suspect we'd need to actually look at...