Matt Groth

Results 73 issues of Matt Groth

## Expected Behavior of the rule Report whenever a reference is casted to reified type parameter. ## Context Kotlin has an open issue that [the compiler doesn't warn about problematic...

rules

**Describe the bug** A window will only focus properly if certain conditions are met. While researching this issue, I came accross the `WindowAdapter` workaround in https://github.com/JetBrains/compose-multiplatform/issues/4231 by @m-sasha. This is...

bug
desktop
focus management
reproduced

**Is your feature request related to a problem? Please describe.** I would like to use the HTML/CSS library in Kotlin/Native **Describe the solution you'd like** Add a Kotlin/Native target **Describe...

When testing my module, it fails with errors like: ``` [4.776s][warning][gc,alloc] ClassGraph-worker-15: Retried waiting for GCLocker too often allocating 1026 words ``` This occurs for a module which does not...

extensions 🔋
documentation 📚

Hello, aside from the lack of support for nested tests what is the current status for support of Kotlin/JS tests for Kotlin-2.0.0 RC1? Here is my current experience in my...

question ❓
waiting-for-clarification :grey_question:

If I have the following code in a jvm desktop module: ```kotlin import com.ucasoft.kcron.Cron import com.ucasoft.kcron.core.extensions.hours fun main() { Cron.builder().hours(1) } ``` It looks all good in the IDE but...

bug

It resolves properly for android and jvm But on JS and Native, it says it "requires dependency" on the core module.

bug

![Screenshot 2022-04-23 023038](https://user-images.githubusercontent.com/12831489/164883018-91aad909-2957-4846-bbb0-919c539bc75c.png) This mod looks so cool. Can't wait for the fix for this

**Describe the bug** Clicking a TextField should consume the press event (in the Main pass). But instead, it is not consumed and propagates to the parent element. **Affected platforms** -...

bug

**Describe the bug** In a typical text field, selecting all of the text and pressing the delete key causes all of the text to be deleted. However, if the text...

bug
submitted