Dale King

Results 133 issues of Dale King

ViewGroup Layers would be convenient for Native View as well. I know that I can set a Layer on the view itself, but it won't automatically resize with the view....

Setting a Layer on a FrameLayout does not work. The Layer is not shown as it will be zero size. FrameLayout.onLayout, does not call the base class version which is...

Finding it would be nice to have a list of the locales that are present in Moko resources so am proposing that in the MR class you generate a simple...

enhancement

The plugin is [hardcoded to generate code to build/generated directory](https://github.com/icerockdev/moko-network/blob/master/network-generator/src/main/kotlin/dev/icerock/moko/network/MultiPlatformNetworkGeneratorPlugin.kt#L59), but that is not what i want. I want it to go to a different directory and we actually commit...

Add a config option to specify generating a companion object for all model classes. This allows writing extension functions for the type

enhancement

In some cases you might want to only log the differences between the states, or in the case I am looking at to be able to just say the state...

**Describe the bug** Stumbled upon this. Was adding some KDoc comments based on some text from elsewhere. That text had 2 spaces after a period and that happened to be...

bug

**Describe the bug** When adding a comment that has long text that is long enough to wrap, additional lines are indented and do not have the \\ at the beginning...

bug
PR welcome

Kotest has the concept of Clues (https://kotest.io/docs/assertions/clues.html) which is a way to add context to assertion messages and is something I greatly miss about AssertK. The goal with tests is...

There are good assertions on individual items in maps but not a clean way to do assertions on all keys or all values in a map. So i propose the...

enhancement