Erik G.
Erik G.
On Windows, the query functionality also returns the same incorrect values. This is because the query functions for Windows return hardcoded values. The new Windows Terminal may soon support queries...
I just opened #431 to make `server6` compile on Windows by adding a dummy `NewIPv6UDPConn` function like in `server4`. However, it would be awesome if someone could actually implement this...
All the functions referenced in the `README.md` are advertised to work on blocks of text, but `truncate` does not: ```go package main import ( "fmt" "github.com/muesli/reflow/truncate" ) func main() {...
Previously, the error returned by `unix.EpollCtl` was discarded. This PR improves the error messages and includes the file descriptors as they are likely related to any error that can occur....