FujiApple
FujiApple
@crisidev I managed to get it to work :) Tested in Linux and macOS and seems to work. If you were able to try it out that would be great!...
@crisidev Dublin for IPv6 just merged and will be in 0.10.0 if that's of interest to you.
Marked as blocked, pending identification of a suitable library doing this using the system resolver.
Links: https://docs.oracle.com/cd/E88353_01/html/E37842/libresolv-3lib.html https://www.ibm.com/docs/en/i/7.2?topic=ssw_ibm_i_72/apis/resnquery.html
Still looking for a good logo!
A simple screenshot of the Trippy logo shown at startup:
I hit the same thing. Setting `CROSS_NO_WARNINGS=0` worked as a quick fix but of course not ideal to ignore warnings in general. Rather than simply improving the error message, perhaps...
Just to add that this is a low priority issue, I raise it only for awareness since I observed it and thought it was worth reporting.
Examining the commit in question the difference appears to be in the handing when the `ioctl` call reports a zero size: - in 0.23.2 the logic would return `Ok((0, 0))`...
@TimonPost i suppose it depends on whether you wish crossterm to work in environments where `tput` is not available, such as distroless containers and also `alpine`. Ideally it would (and...