David Herman
David Herman
Compose, being a savvy API, specifies things as start to end, while HTML / CSS specifies left to right. Since I'm smashing both APIs together, this can end up with...
Perhaps an option to the `@Page()` annotation? Or maybe an annotation on its own so you can configure rules that match against a large area, like "don't export anything under...
Marked as milestone 1.1. May do sooner than that, but it's not urgent.
e.g. `kobweb version --verbose` can also report what git version it detects, while `kobweb create --verbose` and `kobweb list --verbose` could print git output to the terminal Thanks @tscholze for...
This isn't type safe and is lazy. If people want those, they can use the `styleModifier` escape hatch. This is a backwards incompatible change in a few cases so should...
We need to get Kobweb documented (at https://kobweb.varabyte.com). Instead of creating a bunch of one off bugs, I've decided to collect everything here, both as it will be easier to...
We need to get Kobweb documented (at https://kobweb.varabyte.com/docs). This epic is reserved for higher level guides. These represent common user stories that walk a user through many steps. - [...
Right now a button only has active states. We need a way to mark a button as disabled so that we can reject clicks from it automatically and grey it...
I've heard one report that Mac + M1 fails with an error like so: ``` > Configure project : Kotlin Multiplatform Projects are an Alpha feature. See: https://kotlinlang.org/docs/reference/evolution/components-stability.html. To hide...