Alain Gilbert

Results 6 issues of Alain Gilbert

Add select to the language examples: ```go a = make(chan int64, 1) select { case

Fix the lib for v0.5 and v0.6 of nodejs. It's also backward compatible with v0.4

Hey, This lib does not work at all on the latest version of nodejs (0.5.8). I know it work well on the 0.4.8 version of nodejs. Do anybody have an...

I'm using a MITM proxy that itself connect to another proxy and I'm trying to get the response headers received from the CONNECT request. I currently set the proxy transport...

https://echarts.apache.org/examples/en/editor.html?c=candlestick-large Is it possible to make a chart like this one with both the candlestick and a bar chart together ? I cannot find an example using the go library....

First of all, thank you for this lib, it's awesome :) ----- Let say I have `GOPATH="~/go/src"` And I'm working in `~/go/src/my_repo` `manul -Q` (or `-I`...) will complain with: `[ERROR]:...