Tina Wuest

Results 2 comments of Tina Wuest

Seconded. Scripting out periodic discovery/update shouldn't be too difficult in nearly all cases, either.

I might suggest a style that fits more closely e.g. with how Enumerators behave: ``` ruby Observable.generate(0, RX::TestScheduler.new) .iterate { |x| x } # Identity as iterator could be the...