Alan D. Cabrera

Results 68 comments of Alan D. Cabrera

Good stuff. I need this too!

I tried the patch that @dalianzhu supplied with this test https://gist.github.com/maguro/223110ddf8b30df146fb366ce016be43 and got ``` === RUN TestMapWithPoolSerialize 1: map[index:1 val:d] s: map[1: d] -> 3 1: map[index:2 val:b] s: map[2:...

> I'm very sorry, this patch does not work, and it has its own problems. I have deleted it and look forward to the author to fix it No worries!...

Fixed in PR https://github.com/ReactiveX/RxGo/pull/289

I was thinking of using Coveralls. If that works for you, would you mind enabling it and installing the `CODECOV_TOKEN` secret?

Added https://github.com/ReactiveX/RxGo/pull/316

> It looks like `Test_Observable_BufferWithTimeOrCountDoesNotExceedBufferSize` is failing. > Btw, please rebase or merge your branch back from master. I've cleaned the CI. Done, btw.

https://grpc.io/docs/tutorials/basic/go.html

Here's an interesting article, https://medium.com/namely-labs/how-we-build-grpc-services-at-namely-52a3ae9e7c35. I was thinking it might be a good idea if gRPC proto files would be published separately. Projects could then have a `proto` dependency on...

I also feel that it's weird not to see the artifacts in `build/`, but then I am a long time Gradle user. I do understand that in the Go universe,...