mattn

Results 151 issues of mattn

Currently, chan provides `chan_send` to send data by `void*` argument. But someone may want to send int/long/double/char etc. How do you think? And I worry about someone may mistake to...

enhancement

![](http://go-gyazo.appspot.com/947fad024d6ce43f.png)

``` a = []int{0: 0xFF, 10: 0xFF} ```

| Q | A |-------------- | ------ | Documentation | no | Bugfix | yes | BC Break | no | New Feature | no | RFC | no |...

I hope that mustache.go take an argument for output writer. Maybe, it will be helpful for web.go ``` web.Get("/", func(ctx *web.Context) { data := GetData() tmpl.RenderFile("foobar.mustache", data, ctx) }) ```

- replace ssh/terminal#IsTerminal with mattn/go-isatty#IsTerminal - wrap os.Stdout with go-colorable.

This makes caw.vim working with [vim-treesitter](https://github.com/mattn/vim-treesitter).

- return exit code - output error message into stderr - add Makefile

I'm running [gearmand](https://github.com/ngaut/gearmand) on windows. When using `example/py/worker.py`, it works fine. But using `example/worker/worker`, it seems that gearman-go send invalid magic to server. Below is a log output of gearmand....

bug