Niklas Baudy
Niklas Baudy
### SQLDelight Version 2.0.0-SNAPSHOT-1689903876336 ### IDE Version 2023.2 EAP RC 1 ### Dialect SQLite ### Describe the Bug Having the following migration file: ```sql ALTER TABLE flashDeck ADD COLUMN frontTextAlignment...
### SQLDelight Version 2.0.0 ### IDE Version IntelliJ 2023.2 ### Dialect SQLite ### Describe the Bug Having this table: ```sql CREATE TABLE target ( id TEXT NOT NULL PRIMARY KEY,...
### SQLDelight Version 2.0.0 ### IDE Version 2023.2.1 ### Dialect SQLite ### Describe the Bug This is the warning I'm getting. It's technically correct the column is NOT NULL, however...
https://www.romainguy.dev/posts/2024/optimization-step-by-step/
When using: ```kotlin rememberFilePickerLauncher( type = FilePickerFileType.Image, selectionMode = FilePickerSelectionMode.Single, ) ``` on an Android Simulator with Android 35, I'm getting: > android.content.ActivityNotFoundException: No Activity found to handle Intent {...
I just uploaded my iOS App to Apple. I'm using the permissions and since the code from references the API, I got: ``` ITMS-90683: Missing purpose string in Info.plist -...
Using the following: ```kotlin AdaptiveDatePicker( modifier = Modifier, state = state, headline = { Text(title) }, colors = DatePickerDefaults.colors().copy( containerColor = MaterialTheme.colorScheme.background, ), ) ``` I get: You can see...
I don't have time to take care of this project anymore. I don't know if it is even relevant anymore given that there's no also Kover. If someone wants to...
I don't have time to take care of this project anymore. If someone wants to maintain it, please reach out, otherwise it'll just keep idling. Thanks to everyone who's used...