David Herman

Results 248 comments of David Herman

So you're fixed? It sounds like you figured out what to do but just had caching issues with the browser?

Actually, the original bug wasn't about solving the issue for themselves but about how it was missing from the docs. Unlike when this bug was openend, we now have a...

At some point before 1.0 we'll be doing an audit of the codebase and filing in all missing docs, including factory methods and multiple methods with the same docs but...

Thanks for the report! I'm aware of kotlin-wrappers but unfortunately it is not compatible with Compose HTML, so we are up to doing things on our own for now. It's...

You can definitely leave this bug open! We can close it after investigating the property. Either we should remove `box-sizing` if it's not necessary or at least we can explain...

Here's a discussion from the Kotlin slack: https://slack-chats.kotlinlang.org/t/16672173/are-compose-multiplatform-resources-part-of-the-1-6-0-releas Compose Resources *are* supported but using them adds a heavy dependency to your project, from what it sounds like.

Sure, although I suspect a valid use case for Kobweb for some users will be to share common code between their site and mobile applications. It would be nice to...

Note that with K2 we're going to be migrating away from the Compose Plugin and to the [Compose Compiler plugin](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compiler.html) instead (it is clear the Compose plugin is more and...

I'll consider this more as we get closer to 1.0. I wouldn't want to do anything too early because we may add or rename modules before the final release. Are...