xit0c
Results
2
issues of
xit0c
### Description A table like the following: ```sql CREATE TABLE myTable ( id INTEGER PRIMARY KEY ASC NOT NULL, rawData BLOB NOT NULL ); ``` Generates a data class like...
feature
**Use case** The current `SharedFlow.onSubscription` implementation returns a `SharedFlow`, which means losing type information when calling it from a `StateFlow`. It would be nice to have a `StateFlow.onSubscription` counterpart for...
enhancement
flow