David Herman

Results 169 issues of 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...

enhancement

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...

enhancement

Marked as milestone 1.1. May do sooner than that, but it's not urgent.

good first issue
process

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...

enhancement

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...

enhancement

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...

documentation

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. - [...

documentation

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...

enhancement

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...

enhancement