-
Several operators have been discussed in the issue tracker over the years. Some should probably be added to the library, some would fit well in the examples or the documentation. This issue centralize…
-
The current implementation is missing the throttle operator.
The closest I could find is the debounce operator. However, one difference is that the debounce operator will emit the last item in a se…
-
CAF 0.19 introduced ReactiveX-style flow processing with a base set of the most useful operators. There are more operators defined by ReactiveX and eventually we should implement all of them:
## Cr…
-
Awesome site!
When I look at http://rxmarbles.com/#debounce , it would be nice if there's a link to the documentation: http://reactivex.io/documentation/operators/debounce.html
-
### Describe the bug 🐞
`SourceCache` with `Sample` and `TransformWithInlineUpdate` throws `DynamicData.MissingKeyException` with message "1 is not found." `Sample` with `Transform` works well, but I …
-
## Bug Report
**Current Behavior**
If a sync duration selector is used in throttle operator, throttle operator won't recognise it has emitted an event and will keep on throttling all other events.…
-
Null check operator used on a null value
-
This issue is adapted from #5495 which was closed with `Issue Bankruptcy` before receiving a reply. This issue is still a problem in the latest versions of `lodash`.
## Background
`debounce` and `…
-
In our doc:
```scala
Note: If the source observable keeps emitting items more
frequently than the length of the time window, then no items will
be emitted by the resulting observable.
```
So…
-
same ideas please thank you