D++

Results 27 comments of D++

> Off the top of my head, I feel like the most common case for this is form submit events. also, maybe touch-based drag'n'drop, touch-based drawing, long-press actions, two-finger-scrolling (maps),...

@afharo do you have any interesting/good case for `doubled$.next()`, or it was just the inconsistency that caught your attention? Are you not just trying to do something like the following,...

I just discovered [observable-polyfill](http://github.com/keithamus/observable-polyfill), the other day, in addition to #42 (which started as #107). I's a very good start, as it follows the specs very clearly, step by step,...

RxJS inspired this spec in most part, but it's a separate project from this one. If you're looking to use Observable streams in a production application, you're definitely looking for...

Well, thanks @keithamus for starting it and doing most of the work. The idea didn't even cross my mind until I discovered it! :) Anyway, I'm working on [a few...

Could you please provide a link showing how it's broken? I've used your same exact version, alpha12, and it all [seems](https://stackblitz.com/edit/rimmel-rxjs-8) [to](https://stackblitz.com/edit/rxjs-8-pipe-rml) [work](https://stackblitz.com/edit/rxjs-8-pipe-function-rml), whether it's the pipe function or the...

No, that's exactly what I'm trying to steer clear of. Observables enable functional-reactive programming, whilst Signals are the antithesis of all this.

Hi @AadityaBansal01, welcome to the Stream-Oriented Club! We first need to understand if this is a good idea at all. The change would require at least one extra regex test...

That's a very good perspective @yashraj4. I probably agree with you with regards to the `inputPipe` being a better choice to implement event adapters. With regards to clarity, I don't...