jw
04/11/2023, 4:32 PMjw
04/11/2023, 4:35 PMjw
04/11/2023, 4:36 PMeygraber
04/11/2023, 6:07 PMuser_version
pragma? If yes I guess I could wrap the migrations with a check to see what version the user is already up to.jw
04/11/2023, 6:08 PMeygraber
04/11/2023, 6:10 PMSQLiteOpenHelper
does write out the user_version
! Thanksjessewilson
04/12/2023, 1:33 PMeygraber
04/14/2023, 5:09 PMvbsteven
04/16/2023, 3:15 PMalloc
extension function. On some classes it manages to "find" and "import" the alloc extension fine, while on other classes it does not, and it generates something like Box(nativeHeap.kotlinx.cinterop.alloc<,,,>().ptr
.
Any idea what could be the reason for the member not being recognized in some classes but recognized in others? Any tips on debugging this?jean
04/16/2023, 6:23 PMWe expect more ABI breaking changes to come so don’t publish any libraries with dependencies on this releaseShould we still avoid it with version 5?
adte
04/18/2023, 1:11 AMjw
04/18/2023, 1:12 AMadte
04/18/2023, 5:49 AMasFlow()
. Now let's say the repository is doing some non trivial processing from a database query, maybe calling itself recursively and adding one or more return values from the result (all from the same table though) - how do I wrap my final list into a flow that will refresh itself? Is there a way I can manually create a flow that refreshes from on a given table?Stylianos Gakis
04/18/2023, 10:01 AMmapLatest
on it which in that lambda you’re doing all this processing, if the DB emits a new value into that flow, your previous calculation should be cancelled and you will get the fresh data automatically.eygraber
04/19/2023, 4:30 PMjw
04/19/2023, 4:33 PMjw
04/19/2023, 4:35 PMalec
04/19/2023, 4:37 PMeygraber
04/19/2023, 4:37 PMalec
04/19/2023, 4:37 PMeygraber
04/19/2023, 4:40 PMephemient
04/19/2023, 4:43 PMalec
04/19/2023, 4:43 PMtest {
that {
my {
juice {
is (yummy)
}
}
}
}
alec
04/19/2023, 4:43 PMalec
04/19/2023, 4:44 PMjw
04/19/2023, 4:44 PMjw
04/19/2023, 4:44 PMalec
04/19/2023, 4:45 PMjw
04/19/2023, 4:50 PMjw
04/19/2023, 4:51 PM