Adib Faramarzi
Adib Faramarzi
I've already fixed the issue on `kotlin.math.max`, although I would be very happy to merge other parts of this PR if they are fixed.
I'll gladly welcome your suggestion, since it has a nicer UX too! :)
This is a great feature request! Will implement as soon as I get the time.
@fvasco That makes sense. I removed the channel operator with its unit tests since they can easily be converted to flows.
`sampleBy` operator is the more generalized version of the sample operator, which is not bound to time. The user of this operator can specify any kind of flow emission for...
I renamed the operator to `sample`, since `sampleBy` was kind of a new name (it made no sense, since If we are doing that, other operators such as `flatMap` should...
@elizarov does this PR need further improvements? I'm asking since it becomes a stale/conflicting branch after a few days.
@elizarov Since this PR is still open (which is appreciated, after 4 years 😅), I've updated it with master so we can decide on merging or closing it. Please do...