Nicklas Ansman

Results 62 issues of Nicklas Ansman

This would be useful for when you want a validator to be used in just a special case. The format could be: ``` javascript { "": { "": function(value, options,...

enhancement

This would be very useful for validating input from checkbox for example where you can choose more than one alternative. The length validator already works with arrays (though the default...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, `AsyncImagePainter` uses `Dispatchers.Main.immediate`. This normally works fine but during Paparazzi screenshot tests they use a custom dispatcher for composables...

enhancement

Here is an example: ```kotlin @Composable fun Example( modifier: Modifier = Modifier, content: @Composable BoxScope.() -> Unit, ) { val context = LocalContext.current val currentContent by rememberUpdatedState(content) val currentModifier by...

There should be a way to generate `@BindsOptionalOf` automatically.

enhancement

They the referenced markdown documents have moved.

Gradle Plugin

### The problem I have a Nest Camera (Battery) which is added through the SDM integration. It works fine in the Home Assistant app/web but when attempting to view the...

integration: homekit

Add a DB with a function like this and it fails to be processed: ```kotlin override suspend fun withTransaction(block: suspend () -> R): R = (this as RoomDatabase).withTransaction(block) ```

bug

**Description** We use the parallel themes since we allow parallel test runs, this leads to the log statements being very long due to Develocity (Gradle Enterprise): ``` Test Run :path:to:some:module:testUnitTest...

feature