David Herman

Results 248 comments of David Herman

Apologies as life keeps throwing chores at me these holiday break days but fixing this is my highest priority once I get some time to code. I will put up...

FYI initially looking into this and *ktor* doesn't seem to like being asked to serve a route with a period in it. When I ask ktor for a path associated...

OK so good news but also a limitation. * I fixed query parameters, so they can accept periods in them now (e.g. `route?token=a.b.c`). * You can now use periods elsewhere...

Sadly the problem is not almost solved because ktor is failing to handle it and it's not at all clear why. In other words, the failure at this point seems...

I know this is a 6 month old bug, but I made some changes to how I handled path routes with dots in them in a recent release, and I...

Added to 1.0 because it should be trivial, and I think would be used very commonly.

Comment from Discord: Before adding a `CircleButton`, make sure something like `clip(radius = 50.percent)` doesn't work with multiple sizes.

This bug is now a blocker for / a part of #134 (note the troubleshooting section). Adding a troubleshooting section will be easy. Getting a comprehensive list of what frequent...

(Also note that the docs will more likely end up existing on the docs site rather than the README, as it will be much easier to update it and link...

Note that you can workaround this missing feature for now by running some logic in a `LaunchedEffect(Unit)` block in your `MyApp` function: ```kotlin val script = document.createElement("script") script.asDynamic().src = "https://gist.github.com/stevdza-san/35c3f45ca39bd1ee62ece3e324dc4184.js"...