Results 67 issues of Sean Proctor

**Describe the bug** Tooltips generated by `androidx.compose.material3.TooltipBox` disappear immediately when you stop hovering them. They should remain visible for 1.5 seconds or until another tooltip is shown. [androidx.compose.material3.TooltipBox](https://m3.material.io/components/tooltips/guidelines#b0386365-fe47-4e46-b4e0-e8f62ae55395) **Affected platforms**...

bug
desktop
material3

**Describe the bug** Pressing the number pad . doesn't match `androidx.compose.ui.input.key.Key.NumPadDot`. It is currently using `KeyEvent.VK_PERIOD` but it should be using `KeyEvent.VK_DECIMAL`. https://docs.oracle.com/javase/8/docs/api/java/awt/event/KeyEvent.html#VK_DECIMAL **Affected platforms** Select one of the platforms...

bug
desktop

I'm willing to take a first stab at this. My idea is to have an internal state to observe when a value changes. This wouldn't notice modification from an external...

This error only happens with Proguard 7.4.x. Adding `-dontoptimize` or reverting to 7.2.2 gets rid of the crash. ``` java.lang.VerifyError: Bad return type Exception Details: Location: b/b/e/cb.a(Lkotlin/jvm/functions/Function0;)Lb/b/e/V; @18: areturn Reason:...

This error appeared after upgrading to Kermit 2.x ``` > Task :core:data:compileTestDevelopmentExecutableKotlinJs FAILED e: Could not find "co.touchlab:stately-iso-collections" in [/home/sproctor/.local/share/kotlin/daemon] e: java.lang.IllegalStateException: FATAL ERROR: Could not find "co.touchlab:stately-iso-collections" in [/home/sproctor/.local/share/kotlin/daemon]...

Running `gatsby build` fails on https://github.com/gatsbyjs/gatsby-starter-sanity-homepage-ts Error message: ``` ERROR #85901 GRAPHQL.UNKNOWN There was an error in your GraphQL query: Unable to serialize object as a key: {"_ref":"-27fd89a4-d3ef-5ebe-b5c8-538e2fe5e7b8","_type":"reference"} 16 |...

triaged

Material widgets are barely used in the library. To support M3 apps, there would either need to be two versions of the slider or the slider can just be moved...

I'm writing a multiplatform application with multiple gradle/di modules. Child/parent components seem to not work well with component inheritance. common module: ```kotlin @CommonScope @Component abstract class CommonModule(@get:Provides ioDispatcher: CoroutineDispatcher) {...

When doing `sls deploy` I get `Error: Cannot find module 'glob'`. Adding `glob` to the dev dependencies fixes this.