Lal Kishor

Results 2 issues of Lal Kishor

Thanks, for this awesome library on the top what Rx is 👍 `fun Disposable.addTo(compositeDisposable: CompositeDisposable): Disposable = apply { compositeDisposable.add(this) }` Can this fun be inlined, and probably other functions...

I am looking for a Formatter that supports Reading and Writing data from .cs files generated using .proto files. But the only available option seems to be **WebApiContrib.Core.Formatter.Protobuf** which uses...