Thibaut Vandervelden

Results 32 comments of Thibaut Vandervelden

I needed it because I had to give different colours and styling to different parts of the text in one `Cell`, instead of one style to the whole `Cell`.

Right, I forgot to write about that part. Indeed, that is still an issue with this PR. But for now, one liners will work. I will think about how to...

I don't really have time to work on this. However, I think these changes are useable for people that only have data on one line (and thus not spanning over...

IPv4 fragmentation has been implemented in #634. We still need fragmentation for IPv6.

Currently, #580 adds a workaround, however, this is not a correct fix. https://github.com/thvdveld/smoltcp/blob/f3310e63f4b014cc7f5f04ad9393e13602e7c163/src/phy/raw_socket.rs#L36-L40

That is the correct way of creating the buffers. Unfortunately this is because of `Managed`, and I'm not sure how to improve on that.

How does this work with the checksum? I don't know the standard that good, but is this behaviour described somewhere in an RFC?

I think #628 is something you can look at (if you still need it).

The thing is that the buffers are `Into` or `Into`. And these are only implemented for slices and not for arrays, because arrays need to be boxed. So I'm not...