Ruby Lichtenshtein

Results 12 comments of Ruby Lichtenshtein

Looks interesting, thank you.

Hi @jmfayard Do you want to work on this feature?

Great, so please fork the project and add what you all ready done What about porting the JavaScript code to kotlin code?

I think we should take what we can from the js code. We shouldn't do work that already done Its not stealing if its open source :)

https://github.com/ReactiveX/rxjs/blob/master/src/internal/testing/TestScheduler.ts

Most of the code should be the same

Great job! I'll review it as soon as I have time

So the work you did is not based on the js implementation?

Right, further more the serializer can be fully generic and without reflection ```kotlin class DataCache( context: Context, val serializer: KSerializer, val clazz: Class ) { val myJSON = JSON.apply {...

@AlexeyKorshun PR is more then welcome