Louis CAD

Results 141 issues of Louis CAD

### Description Hello, I'd like to use `iterator()` on the `Path` type from the `androidx.compose.ui.graphics` package. Unfortunately, it leads me to this runtime error: ``` java.lang.UnsatisfiedLinkError: no androidx.graphics.path in java.library.path:...

Hello, This project has been "Sherlocked" by AGP's **namespace** thing that replaced the mostly dummy `AndroidManifest.xml`. Consequently, this project is no longer necessary, and I think we should mark it...

### Shadow Version 4.0.3 ### Gradle Version 4.10.1-all ### Expected Behavior `Dispatchers.Main` from kotlinx.coroutines populated by [JavaFx artifact](https://github.com/Kotlin/kotlinx.coroutines/blob/master/ui/kotlinx-coroutines-javafx/README.md) can be used without any issue. ### Actual Behavior Crash when using...

bug

Hello, I have noticed that scrolling on the project's website is janky, lots of dropped frames here and there, even on a very powerful laptop. Do you know what could...

Hello! [KT-28938](https://youtrack.jetbrains.com/issue/KT-28938) is fixed since Kotlin 1.3.60, but `Emitters.kt` still has those at 2 places, in the bodies of `transform` and `unsafeTransform`: ```kotlin // kludge, without it Unit will be...

Hello, I'm trying to solve a problem perfectly with the help of `channelFlow { … }`, but `send(…)`'s unavoidable prompt-cancellation guarantee is getting in the way. **Use case:** In the...

design

KMP is no longer in beta: https://kotlinlang.org/docs/components-stability.html#kotlin-multiplatform

Hello, the README currently references this http 404 link: https://github.com/touchlab/Kermit/blob/main/kermit-crashlytics-test/build.gradle.kts Can you replace it with a working permalink? (You can press `y` on GitHub to change the url to a...

Add contract to CoroutineDispatcher.invoke operator, to allow initializing read-only properties declared before, from inside the passed block. https://youtrack.jetbrains.com/issue/KT-32313/Support-contracts-for-operator-functions This commit also improve the KDoc to show a usage example, and...

**Use case** Hello, I need to implement a terminal flow truncating operator, and having access to `collectWhile` would be nice. The operator I'm trying to do is niche, it's similar...

enhancement