Nicklas Ansman
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,...
This is inspired from the #65
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...
**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...
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.
They the referenced markdown documents have moved.
### 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...
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) ```
**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...