myanmarking
07/24/2019, 5:10 PMmyanmarking
07/24/2019, 5:11 PMmyanmarking
07/24/2019, 5:12 PMjw
07/24/2019, 5:14 PMmyanmarking
07/24/2019, 5:17 PMjw
07/24/2019, 5:20 PMmyanmarking
07/24/2019, 5:20 PMmyanmarking
07/24/2019, 5:22 PMjw
07/24/2019, 5:23 PMkevin.cianfarini
07/28/2019, 7:19 PMPagedList
only takes a DataSource
as a parameter, is there any way to propagate new data when the datasource becomes invalidated? That seems like it's handled automatically with livedata, but I feel like there's a better way to handle it without LiveData for SQLDelightkevin.cianfarini
07/28/2019, 7:20 PMkevin.cianfarini
07/28/2019, 7:22 PMMike R
07/29/2019, 11:01 PM<https://www.someapi.com/posts?request=SearchQuery(> <serialized content>)
Mike R
07/29/2019, 11:03 PM@JsonAdapter(SearchQueryAdapter::class)
Thomas
07/30/2019, 7:15 PMFatal Exception: java.io.EOFException
at okio.Buffer.skip + 881(Buffer.java:881)
at okio.Buffer.clear + 874(Buffer.java:874)
at okio.RealBufferedSource.close + 462(RealBufferedSource.java:462)
at okio.RealBufferedSource$inputStream$1.close + 450(RealBufferedSource.java:450)
at kotlinx.coroutines.io.jvm.javaio.ReadingKt$toByteReadChannel$2.invokeSuspend + 96(ReadingKt.java:96)
at kotlinx.coroutines.io.jvm.javaio.ReadingKt$toByteReadChannel$2.create(ReadingKt.java:10)
at kotlinx.coroutines.io.CoroutinesKt$launchChannel$job$1.invokeSuspend + 123(CoroutinesKt.java:123)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith + 33(BaseContinuationImpl.java:33)
at kotlinx.coroutines.DispatchedTask.run + 241(DispatchedTask.java:241)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely + 594(CoroutineScheduler.java:594)
at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely + 60(CoroutineScheduler.java:60)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run + 740(CoroutineScheduler.java:740)
It contains no references to my own code. This makes it very difficult to fix these exceptions. I already have debug mode enabled for Coroutines. Does anyone here have any suggestions how I could fix something like this?
Thread in Slack Conversationribesg
07/30/2019, 7:38 PMinsert:
INSERT INTO myTable VALUES (NULL, ?, ?, ?);
SELECT LAST_INSERT_ROWID();
But it still generates a function returning Unit
jw
07/30/2019, 7:38 PMjw
07/30/2019, 7:38 PMjw
07/30/2019, 7:40 PMTolriq
08/03/2019, 9:05 AMkevin.cianfarini
08/03/2019, 4:50 PMcom.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.4.0
) gives me this stacktrace that I'm struggling to work through. Does anyone have any ideas?joshr
08/14/2019, 8:39 PMTeam.sq
file:joshr
08/14/2019, 8:39 PMIve Vasiljevic
08/27/2019, 5:35 PMjw
08/27/2019, 5:38 PMhmole
08/28/2019, 3:00 PMRay Ryan
08/28/2019, 7:00 PMkevin.cianfarini
08/30/2019, 3:24 PMResponse<PaginatedResponse>
) to be nullable from the response?Fredrik Larsen
09/03/2019, 12:09 PMstatic {
if (BuildConfig.DEBUG) {
Timber.plant(new DebugTree());
} else {
Timber.plant(new CrashTree());
}
}
myanmarking
09/06/2019, 9:23 PM