dimsuz
08/17/2021, 6:42 PMspierce7
08/20/2021, 9:35 PMsaket
08/21/2021, 1:33 AMFileSystem#appendingSink(Path)
evanchooly
08/23/2021, 1:54 AMjw
08/23/2021, 1:55 AMjw
08/23/2021, 1:56 AMevanchooly
08/23/2021, 1:57 AMevanchooly
08/23/2021, 1:57 AMevanchooly
08/23/2021, 1:58 AMevanchooly
08/23/2021, 1:59 AMevanchooly
08/23/2021, 2:00 AMjw
08/23/2021, 3:37 AMrudolf.hladik
08/24/2021, 9:20 AMms
09/02/2021, 7:00 AM@Streaming
@GET("api")
fun streamData(): Observable<ResponseBody>
earlier I'm using this API with Rx. Now I want to convert this to Kotlin Flows
This is my change
@Streaming
@GET("api")
suspend fun streamData(): Flow<ResponseBody>
I'm not getting any data when collecting.
What am I doing wrong?nilTheDev
09/03/2021, 12:33 PMleandro
09/03/2021, 1:08 PMjw
09/06/2021, 10:57 PMColton Idle
09/07/2021, 2:40 PMmyanmarking
09/07/2021, 2:49 PMsaket
09/07/2021, 3:33 PMmyanmarking
09/07/2021, 4:32 PMinsert {
INSERT OR REPLACE INTO championPassiveEntity VALUES ?;
}
insert {
INSERT OR REPLACE INTO championPassiveEntity (id, name, description, image) VALUES (?, ?, ?, ?);
}
any workaround ?louiscad
09/09/2021, 1:10 PMMuhammet Emin Gündoğar
09/12/2021, 9:44 AMjw
09/12/2021, 12:19 PMMuhammet Emin Gündoğar
09/12/2021, 4:54 PMMuhammet Emin Gündoğar
09/12/2021, 4:54 PMZhiqiang Bian
09/12/2021, 7:16 PMokio:3.0.0-alpha.10
into a KMM project to read an image into a ByteString. As the documentation suggested, I should create an instance of FileSystem
first, but doesn’t exist. Is there a new way to create a FileSystem
instance now?
-------------------------------------------------------------------------------
Ok, I just found a full code sample of FileSystem here. https://github.com/bryansills/OkioBug
The instance FileSystem.SYSTEM
should be created in platform-specific folders like androdMain/iosArm64Main.spierce7
09/13/2021, 9:04 PMPath
based on other `Path`s for the first time and noticed the div
function being used. I was confused for 10 seconds before it hit me it was so you could do
path / "child.txt"
chef kissjw
09/13/2021, 9:06 PMspierce7
09/14/2021, 1:10 AM