Geoff MacDonald
Geoff MacDonald
Precision is lost from the date formatter that is used internally to store the date. If you need perfect precision you need to store dates as a double. Otherwise you...
**Dependancy** SDWebImage was intended as dependancy for sample app only of course as an example of why it is useful to have this custom progress initializer. However, I removed it...
To both sides of the if statement? Yes- I suppose that would work - but it was a surprise that using the API like this could cause this in the...
Yes, my point is that devs should feel free to pass any given Observable back to `concatMap()` and not fear stack overflows. I believe my fix should protect against that.
yes tests pass both in this repo (they didn't auto run in CI though) and like 3000 unit tests that heavily rely on this func in our own codebase. When...
I found an even simpler repro function for this issue, only the first inner subscription needs to be a delay (or anything that queues), then the `DelaySink` will emit all...
Hey @freak4pc Sorry for delay. 1. Yes this has been integrated in dropbox for 6 months which heavily uses Rx and is stable. 2. yes. 3. Will do.
ok, updated from main. ready to merge