IntroToRx icon indicating copy to clipboard operation
IntroToRx copied to clipboard

Content and build for "Introduction to Rx" digital book

Results 35 IntroToRx issues
Sort by recently updated
recently updated
newest added

Make it more explicit that CombineLatest will skip output if one sequence returns multiple items before the other begins.

Found myself chatting with @robpearson last night about whether we could update IntroToRx to a static site so that others could publish samples in different languages - RxJava and ReactiveCocoa...

Hi, Thanks for the awesome documents, I'm learning Rx from here, and also translating it to Chinese, am wondering what if I done the translation( currently like 70% done), can...

@Enigmativity gives a solid answer to a common issue when consuming 3rd rate external libs. http://stackoverflow.com/questions/35860449/convert-event-without-eventargs-using-observable-fromevent/35861252?noredirect=1#comment59387139_35861252 update the `FromEventXXX` content to include this content (and attribute him)

enhancement

Apparently some devs take the guidance of side effects belong in a Do operator as "put all code in Dos and have use the parameter less Subscribe overload" Oh dear

From Qiming (https://github.com/qooroo) The SkipUntil and TakeUntil chapter only refers to SkipUntil and 'TakeWhilenotTakeUntil`

http://www.introtorx.com/content/v1.0.10621.0/04_CreatingObservableSequences.html#ObservableCreate > The Create method is also preferred over creating custom types that implement the IObservable interface. There really is no need to implement the observer/observable interfaces yourself. Rx tackles...

Requests have been made to improve the section on `Swtich()` in the Rx.NET gitter chat room

A new treat has appeared in the Rx codebase, and it looks like what I wanted from CompDisp the whole time. https://github.com/Reactive-Extensions/Rx.NET/blob/master/Rx.NET/Source/System.Reactive.Core/Reactive/Disposables/StableCompositeDisposable.cs