Benjamin Boudreau

Results 25 comments of Benjamin Boudreau

I would really like the coverage info (just if a line is covered or not really) to show in my go-mode buffer either as an annotation like what flycheck does...

Really just ease of use and screen space saving. When I develop, I have 2 buffers opened: 1 for the unit under test + 1 for the test. It would...

I would be willing to look into such a feature given some pointers. If it makes sense for this project. I would see this as a setting for go-mode.

Awesome, thanks. I'll give it a try.

Nice! Thanks a lot. On Fri, Jun 9, 2017, 21:11 LMMilewski wrote: > FWIW. I used to have a similar workflow. You could try > https://raw.githubusercontent.com/google/coverage cov-gen displays > coverage...

In vacation now, I haven't had the chance to look at this yet. But was going to look at how it is implemented to do the same in go-mode. On...

I am getting `no profile source for file` whenever I run cov-show. But it seems to compile go files nicely.

awslogs is good for containers, which is enabled by default in D4AWS. But it is not enabled for the docker engine logs.

websockets are supported with normal ELB/TCP

From experience the best way to detect connection drops is to both send pings from the servers and to even implement ping/pong at the application level. Slack's websocket API is...