Mark
Mark
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.10.3 linux/amd64 ### What operating system and processor architecture...
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go 1.10.3 ### What operating system and processor architecture are you...
Recommending that users clone the repo to have control over its content is not bad, but a security-conscious user should also care about any opaque files, such as packages or...
I tend to suspend my computer rather than shutting it off. I left golab open in my browser, and when I resumed I had to click the reconnect icon in...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Forums discussion _No response_ ### Version 0.20 (Release) ### Full version info ```shell...
Upstream discussion: soheilhy/cmux#64, grpc/grpc-go#2406 If you read through the cmux comments you'll see mention of a java workaround (https://github.com/soheilhy/cmux/issues/64#issuecomment-461982271), which is now needed for go as well. Changing one line...
It seems that httpcache logs an error while attempting to cache a resource, if the first/only request is a HEAD. The error comes from [handler.go:385](https://github.com/lox/httpcache/blob/master/handler.go#L389). Also, this line results in...
I'm able to toggle GPIOs on and off, but when I try PWM I get this error: ``` bcm283x-gpio (GPIO20): videocore: failed to open the mailbox to the GPU: open...
If you aren't aware, this struct is deprecated as of https://github.com/torvalds/linux/commit/3f1ac7a700d039c61d8d8b99f28d605d489a60cf (2016); the replacement is `ethtool_link_settings`. I don't need anything provided by the new interface and not the old -...