Niklas Baudy
Niklas Baudy
The plugin is crashing with Android Studio: ``` Android Studio Meerkat Feature Drop | 2024.3.2 Build #AI-243.25659.59.2432.13423653, built on April 29, 2025 Runtime version: 21.0.6+-13368085-b895.109 aarch64 VM: OpenJDK 64-Bit Server...
When I execute `github_changelog_generator`, I get the following stacktrace on my Mac: ``` /Library/Ruby/Site/2.6.0/rubygems/specification.rb:1458:in `rescue in block in activate_dependencies': Could not find 'minitest' (>= 5.1) among 123 total gem(s) (Gem::MissingSpecError)...
### Describe the bug Autocompletion for files/directories with a hypen does not work. ### Steps to reproduce ```bash mkdir test touch test/update-strings.sh cd test cat string ``` ### Expected behavior...
I saw that AVIF support on Android 12+ was added here: https://github.com/coil-kt/coil/pull/1669 Would it be possible to also have this working on previous Android versions? Additionally with also support for...
Still have a bunch of questions and this is not done yet. However, I did manage to publish the postgres dialect into my maven local and use it already. Since...
### SQLDelight Version 2.1.0-SNAPSHOT ### SQLDelight Dialect postgres ### Describe the Bug I have the following table: ```sql CREATE TABLE profile ( id CHARACTER VARYING(36) AS UserId NOT NULL PRIMARY...
I'm currently on JVM and I am using `PreferencesSettings.Factory` with `Preferences.userRoot()`. The key/value pairs are written into `$HOME/Library/Preferences/com.apple.java.util.prefs.plist`. Other apps are also writing into this file though so you could...
okio's FileSystem has `deleteRecursively` which is handy when deleting a directory. This is missing in the kotlinx io FileSystem.
I'm using GoogleMaps as follows: ```kotlin Box { val mapUiSettings by remember { mutableStateOf( MapUiSettings( mapToolbarEnabled = false, myLocationButtonEnabled = false, // We don't want that button. zoomControlsEnabled = false,...
In here https://github.com/vanniktech/multiplatform-locale/pull/322 I've updated my Kotlin version and I'm using `me.tylerbwong.gradle.metalava:plugin:0.4.0-alpha03` but you can see in the diff files that some of the types have gotten lost. I also...