Sebastian Aigner

Results 30 issues of Sebastian Aigner

This updates Kotlin to 1.6 and other libraries accordingly. It also removes the `@ExperimentalCoroutinesApi` annotation, because the library actually isn't using any experimental coroutines APIs! This change also suppresses a...

`$version` is a variable that's actually already in scope in the dependencies block from the `ProjectDelegate` of Kotlin's DSL. That means that simply copy-pasting the snippets in the README are...

Multiple long roads in a proposal crash the the frontend with the error message 'New meshes too big for one queue'. ![image](https://user-images.githubusercontent.com/2178959/46075768-ca183880-c18b-11e8-9794-22190de1253a.png) Log: ``` .cache\.cargo-web\loader-00d3b24fbde79adc57e6084c0e6d5441.js:542 panicked at 'New meshes too...

P Bug

When selecting a proposal and immediately afterwards using the down-arrow key to move the city view down, the proposal selector still has focus, captures the input, opens the dropdown menu,...

P Annoyance

If I uncomment the `useCommonJs` directive from my `build.gradle.kts` file like so: ```groovy target { browser() //useCommonJs() } ``` The project is no longer able to compile: ``` Main.kt: (2,...

compilation-failure

Reproducable with experimental `ImageViewer` project. Resize the window in the gallery view while having the cursor at the height of the preview image, and sometimes, it'll trigger the transition to...

bug
desktop

Opening a CMP project (like [the template](https://github.com/JetBrains/compose-multiplatform-template)) in Android Studio, I regularly get this message: ``` Path [/Users/Sebastian.Aigner/Desktop/github/compose-multiplatform-template2/shared/src/commonMain/resources] of module [My_application.shared.commonMain] was removed from modules [My_application.shared.main] ```

bug
submitted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The following valid Kotlin code: ```kotlin fun fromString(s: String): Passport...

help wanted
lexer bug

On iOS, when there is a scroll view (e.g. in the Mail App or in Safari), tapping the status bar (where the clock etc is located) scrolls to the top...

enhancement
ios
uikit interop

https://support.apple.com/en-gb/guide/iphone/iphd4ea90231/ios ![IMG_5272](https://github.com/JetBrains/compose-multiplatform/assets/2178959/b0ebca0e-1cbd-4f29-a82c-1d652b954230)

enhancement
input
text
ios