Niklas Baudy
Niklas Baudy
### SQLDelight Version 2.0.1 ### IDE Version 2024.1 EAP Beta 1 ### Dialect SQLite ### Describe the Bug Initially reported here https://youtrack.jetbrains.com/issue/KTIJ-29038 - basically something within sqldelight crashes and this...
I used 2.14 with `false` since I have many apps and I don't want to have every single launcher icon. I updated to the new 3.0-alpha-2 and now I'm here...
It seems like when I execute a task `metalavaGenerateSignatureDebug` the text file is immediately deleted. If I now in the meantime while the task is doing it's work, cancel the...
### New Issue Checklist - [X] Updated fastlane to the latest version - [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [X] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [X] I searched for [existing...
I imagine, you copy pasted almost everything from jsoup and converted it to Kotlin. The current version 0.1.2 is based on which Jsoup version? Also, do you plan to update...
The following enum entry gets flagged with 1.2.1: ```kotlin /** Planks. */ Exercise( ... ) ``` Why isn't kdoc allowed on an individual enum entry?
Use case: I just want to know the unscaled original height / width of the LottieAnimation. I want to do my own scaling by calculating for instance given an aspect...
I've narrowed it down that in my case there's something wrong when trying to update from 4.0.4. 4.0.5 & 4.0.6 still let me connect to my server right away and...
The changelog currently only lists everything below including 4.0.4. Could we also please get release notes for all the new versions? 4.0.5, 4.0.6, 4.0.7 & 4.0.8
Counterpart of what I wrote here https://github.com/square/okio/issues/1442#issuecomment-2024801707 When the user is choosing for instance on Android from the file picker a file, I can get an `InputStream` quite easily. Which...