Geert-Johan Riemer

Results 151 comments of Geert-Johan Riemer

I don't think it's very good that a 918 star project makes an impossible promise in README.md. Please change the documentation for coop.Timeout (or remove it all together since everyone...

The only case where behaviour will be as expected is when main() ends before the fn is finished. ``` go func main() { done := coop.Timeout(time.Second, func() { time.Sleep(2 *...

It won't kill the goroutine. The Timeout function doesn't actually implement what it promises. It's imposible to do it like that. You're better off writing your own concurrency patterns.

You could just tag the latest commit as `v1.0.0` and push a change to the README advertising the import path `gopkg.in/alexjlockwood/gcm.v1`. Or: - register the github organization `go-gcm` - move...

gomatrix still prints the japanese kana's correctly at termbox-go 10f14d7408b64a659b7c694a771f5006952d336c

I don't have a clue, sorry. I've never built any cgo stuff code on windows.. Maybe someone on the golang-nuts mailinglist or in the #go-nuts chat on freenode knows how...

I'll update the doc to use `go install`. For the `command not found` error. Did you add your GOBIN to your PATH?

Lets not implement this for now, as everything is still very likely to break..

Sounds useful! I currently have no time to work on this, but would welcome a PR! :)