Alan D. Cabrera

Results 23 issues of Alan D. Cabrera

It would be good to have code coverage reports and a nice badged in the `README.md` file.

enhancement

**Describe the bug** Test failed in a GitHub action job, https://github.com/ReactiveX/RxGo/runs/2365868701?check_suite_focus=true. ``` === RUN Test_Observable_Min_Parallel panic: interface conversion: interface {} is nil, not int goroutine 802 [running]: github.com/reactivex/rxgo/v2.Test_Observable_Min_Parallel.func1(0x67a1a0, 0x86b840, 0x0,...

bug report

The observable created with `BufferWithTimeOrCount()` should emit buffers that are at most length `count`. The previous code erroneously used `count` simply as a trigger for emission, resulting in the possibility...

Having CORS support for golang gRPC would be nice and it seems to be technically possible, although one must craft a solution by hand. Having a simple pluggable framework would...

The following declaration in `build.gradle`: dependencies { golang { build 'github.com/Sirupsen/[email protected]' build 'github.com/urfave/[email protected]' build 'golang.org/x/net' test 'github.com/go-sql-driver/[email protected]' test 'github.com/ory-am/[email protected]' } } pulls in the following dependencies: build: github.com/livetribe/leherashem |-- github.com/Sirupsen/logrus:v1.0.3(f006c2a)...

I think it might be nice to have a protobuf/grpc task. There's one from Google but it assumes that one is building for Java/Android.

We have some code that translates the GitLab Golang event payloads to their protobuf equivalent. Would you be interested in including it?

I would like to turn on autovalidation after a submit. I also would like to validate the fields when they loose focus. How can I accomplish this?

enhancement

Not sure if a first class object to represent the `.gitconfig` file should be provided or if the global config information should be squirreled away inside `config.Config`. There is the...

enhancement
help wanted