Matt Layher

Results 197 comments of Matt Layher

This is an active proposal and no decisions have been made as of yet. Please hold off on speculation about the implementation, and take conversations about quic-go elsewhere.

I have code that works over both Ethernet and UDP transports if you're interested! https://github.com/mdlayher/wol

I haven't noticed the vitessdriver on any of our profiles, though we have several different methods we use to connect into databases and this is one of the least frequent...

Here's my Go code: ```go return vitessdriver.Configuration{ Protocol: fmt.Sprintf("grpc-%s", protocolID), // Specify a keyspace and cluster type for the vtgate session. Target: fmt.Sprintf("%s@%s", keyspace, cluster), Address: "xxx", GRPCDialOptions: append( []grpc.DialOption{...

It is big endian compatible, but a lot of the tests use byte fixtures that are little endian. I don't have access to any big endian machines, but PRs are...

No worries! I will try to do that today.

I've released netlink v1.7.1 and genetlink v1.3.1 which fix all known endianness test failures. A lot of my tests hardcode fixed little endian byte dumps which isn't ideal but is...

Yep, it's definitely not in there, though the libraries for Mac and Linux are. @einsteinx2 should have a Windows DLL.

Looks like the native fsevents stuff for OSX that @einsteinx2 was working on. http://gist.github.com/ is a good place to post logs, because there is no wrapping of lines, which makes...

Do you have trailing slashes in your media folders in your `~/.wavebox/wavebox.conf`? If so, that may be the problem. I fixed it a few days ago with #130. If you...