Status Update
Comments
vs...@google.com <vs...@google.com>
jb...@google.com <jb...@google.com> #2
+1, but Deferred does not solve the Observer problem that Rx and LiveData do, so I guess Google should implement Channels instead of LiveData which is actually a Kotlin Coroutine counterpart. Looking forward to this as I've decided not to use RxJava in most of future projects due to Kotlin Coroutines..
ch...@orr.me.uk <ch...@orr.me.uk> #5
For now we'll be just supporting one-off suspend functions in Room 2.1.0-alpha03. Coroutines stream functionality with channels is still a work in progress.
ik...@gmail.com <ik...@gmail.com> #6
Relating to the original request, how about allowing a return type of Deferred<LiveData<T>> which suspends until LiveData<T>'s value has been set the first time?
Description
The sdkmanager command line tool internally limits the length of output lines to 78 characters. This is very inconvenient as lines are reflowed/wrapped making the tool output hard to read. Also, it creates issues when listing available packages, where lines are shortened using an ellipsis (...) in the middle of the package name.
There is no real sense in artificially limiting output line width, as reflowing should be done by the terminal itself if necessary. A fix should turn line reflowing and shortening off, or at least give an option to do this.