Nick Moore
Nick Moore
Yeah, I didn't quite get to the bottom of it but there's a `LWIP_PROVIDE_ERRNO` flag there which isn't being set, instead it is using newlib's one. Not sure why we...
(yes, I'll have a look at this but I'm adding it here so I don't forget)
Same behaviour in v1.9.2-279-g090b6b80 Similar in v1.9.2-225-g75ead22c (no "Guru" message, but same "NLR jump failed") @dpgeorge yeah, I was thinking that, we do similar things elsewhere in that library to...
Looks like we should be able to do something along these lines: https://github.com/dreamcat4/lwip/blob/master/contrib/apps/socket_examples/socket_examples.c * Do a non-blocking connect * Get an EINPROGRESS * Loop, doing a select waiting for the...
(yeah, I think we should fix that ... but that'd be all the ports, right?
... I've had a couple of sketchy goes at implementing this: * as an `outline()` operator [^1] which was simple but I don't like to add keywords to the syntax!...
Another way of expressing the same idea just occurred to me: `offset()` could allow a different `r` for internal and external offsets. * `offset(r=0, r_internal=100)` would not expand the outside...
From @t-paul on the mailing list: > > I've seen this discussed before and I think there's no > general solution with the currently available features. > > So a...
I've been thinking a bit about the potential for `fill()`ing 3D shapes as well, perhaps we can convert the geometry to a CGAL Surface Mesh and then use a library...
I'm ticking off "is it possible to implement a 3D fill" because yeah it might be possible but it's out of my depth for the moment so it can go...