Thibault Seisel
Thibault Seisel
To whoever still looking for the Flow equivalent of `throttleLatest`, here is how to implement them by composing existing operators: ```kotlin fun Flow.throttleLatest(delayMillis: Long): Flow = this .conflate() .transform {...
Hi @taiyoko, Thanks for your feedback. Odeon *used to* allow multi-selection from the list of all tracks, but this has been changed to single popup menu due to not playing...
Hi @Amiralgaby, Thanks for you feedback. This is indeed not very user friendly. How would you like Odeon to behave instead? Should it silently move to the next track in...
Hi @Amiralgaby , Odeon v2.1.0 has been released yesterday. While the bug is not fixed yet, I've added support for playing M4A files. I'll keep this issue open until the...
Hi @CramericaIndustries, Thanks for your bug report! I'm able to reproduce it easily. Regarding displaying the current playlist as well as its title, I'm still wondering where it should be...
Thanks for your nice feedbacks! Indeed, we need support for FLAC files. What version of Android are you using ? For newer versions of Android (Android O MR1 onwards) this...
Hi @davirec, Thanks for this detailed bug report. I am able to reproduce the issue. However, coordinates in your reproduction scenario are only valid when testing on the same device...
@jochongs I just accepted your PR, thank you! Also, I'd like to emphasize that unlike my initial implementation, this change no longer displays custom properties of an Error, only its...
@jochongs @kamilmysliwiec I omitted custom properties essentially to reduce verbosity. String properties are rather short, but some deep objects could make the stack-trace unreasonably long (I'm pointing at you, Node.js...