Andrew Pikul

Results 62 comments of Andrew Pikul

@pseudomuto, i'll try to get to it by the end of the week

Okay, I updated my branch to be even with master, I cloned both into my $GOPATH, ran `make && make examples` in both, and: ``` ~/go/src/github.com/ayjayt/protoc-gen-doc$ diff examples/ ../../pseudomuto/protoc-gen-doc/examples/ -qr...

Pinging @pseudomuto for awareness

I can't reproduce the CI errors /shrug

FWIW there were no updates to upstream/master to retry building against and I was able to run make build/lint/bench successfully on my local so I'm still lost on these errors.

:tada: :tada: :tada: After a whole year.... now that I'm working on an RPC project again... I merged upstream updates into the fix and it builds now! Again: This fixes...

It was fine the last time I checked, but that was a while ago On Mon, Jan 18, 2021, 5:01 PM Alex Hayes wrote: > Any movement on this? Is...

Websockets does support https. The client dialers expect you to pass scheme `wss://`, not `https://`. That being said, the behavior your mentioning IMO is an issue (so picky about scheme),...

Infuriating: https://github.com/gorilla/websocket/blob/9111bb834a68b893cebbbaed5060bdbc1d9ab7d2/client.go#L174