Peter Magnusson

Results 68 comments of Peter Magnusson

Probably related to issue #2945 as well.

Issue #7857 is related to this as well. but that one has the cursed stale label.

Should perhaps be a note about it in the tutorial https://developers.google.com/protocol-buffers/docs/gotutorial

This project is not an actual dhcp server but a unofficial frontend for https://www.isc.org/dhcp/ which is the most common one on Linux.

@bokunodev , nice workaround. cobra-cli should perhaps show a better error message describing this workaround.

How about the same interface as [net.conn](https://pkg.go.dev/net#Conn )? ``` SetDeadline(t time.Time) error SetReadDeadline(t time.Time) error SetWriteDeadline(t time.Time) error ``` which could be set using for example `port.SetReadDeadline(time.Now().Add(time.Second))`. If implementing the...

Related to generic sorting in #609

@jmoiron, what is the preferred way of getting something like this included?

@dlsniper, what kind of testing do you have in mind? I have used it with sqlserver alot, but I don't know how much work it would be to add it...

The most complex thing with this PR is actually the test. The funtional part of the code is actually quite straight forward .