ephemient
02/25/2023, 6:37 AMvbsteven
02/25/2023, 9:56 PMTrevor Stone
02/27/2023, 9:46 PMjw
02/27/2023, 9:53 PMjw
02/27/2023, 9:55 PMTrevor Stone
02/27/2023, 10:10 PMjw
02/27/2023, 10:14 PMTrevor Stone
02/27/2023, 10:17 PMjw
02/27/2023, 10:36 PMTrevor Stone
02/27/2023, 10:58 PMDavide Giuseppe Farella
02/28/2023, 1:09 PMMovie
and TvShow
tables, I wanna query them together, so I'm planning to create a View
and map it to a sealed class in my data layer.
Before procede, I wanna make sure there isn't any native support to sealed classes in SqlDelight, in order to avoid to reinvent the wheel.
🙏Michael Friend
03/01/2023, 12:33 AMjw
03/01/2023, 12:50 AMMichael Friend
03/01/2023, 1:29 AMjw
03/01/2023, 1:35 AMMichael Friend
03/01/2023, 2:13 AMrunMosaicBlocking
but outside setContent
? My goal is to have multiple different “screen” analogs each self contained in a single Composable and handling the user input differently and independently. Using LaunchedEffect didnt do the trick im guessing for the same reason as the linked bug report. WOuld i just have to pull that out of the composable level entirely?Chris Fillmore
03/02/2023, 3:12 PMKirill Zhukov
03/02/2023, 10:04 PMeygraber
03/03/2023, 6:34 PMsnapshotTest
source set to work around that, but would recordPaparazzi
still depend on the Robolectric tests from the unit test source set? Any other issues that might come up with making a custom snapshotTest
source set?Marc
03/04/2023, 5:57 AMAny
to avoid dependencies and then resolves at the factory level, you have shared interfaces, etc.
Thanks!jw
03/04/2023, 6:13 AMRay Ryan
03/04/2023, 3:05 PMRay Ryan
03/04/2023, 3:08 PMRay Ryan
03/04/2023, 3:13 PMTrevor Stone
03/04/2023, 9:05 PMDispatcher
, but any other advice/docs would be appreciated.jw
03/04/2023, 9:22 PMjessewilson
03/04/2023, 10:21 PMmaxRequests
(default 64) and maxRequestsPerHost
(default 5) . . . bumping these up is often a good tradeoff where you’ll spend more compute & network resources, and do more stuff concurrentlyPatrick Steiger
03/06/2023, 12:11 AMmoleculeFlow
or launchMolecule
only work when the resuting flow is being subscribed to? I’m trying to achieve a behavior similar to SharingStarted.WhileSubscribed
so I can stop all processing when app is in background when collecting the resulting flow using flowWithLifecycle
, repeatOnLifecycle
or, in Compose UI, collectAsStateWithLifecycle
.jw
03/06/2023, 12:15 AMmoleculeFlow
jw
03/06/2023, 12:15 AMlaunchMolecule
is hot.