David Herman

Results 248 comments of David Herman

Thank you for the comment, I appreciate the detail. I do love the idea of creating an interface in common code that can be used to define an endpoint. If...

I really appreciate comments like this. It's clear you're taking your time to explore and engage with the framework. Just to make sure you're aware, I absolutely want the "user...

Currently, Kobweb is not a WASM library nor does it plan to be at least for 1.0. However, I'm very excited about Web Assembly, and I'm aware that GC support...

Sweet, good to know, and thanks for the link. (And nice to see you here Michael!) I'll keep this open then and migrate to a wasm target when the feature...

Have you already seen https://github.com/varabyte/kobweb#gradle-commands ?

Doesn't strictly have to be done before 1.0 but it would be a nice to have, to lock down markdown in case more and more people start using it /...

A possible approach for Kobweb server plugins would be to add a method that looks something like this: ``` fun wrapRoute(path: String, block: () -> Unit): (() -> Unit)? ```...

Meanwhile, a client-side implementation could look something like this: ``` @Page @Auth @Composable fun AdminPage() { ... } ``` and would be interesting to tag a whole subdir as protected...

It's possible that this feature would benefit from "Kobweb Spidering", the tentative name I have for separating server components apart (so that if you link inside your site to `example.com/admin`,...

Could be worth seeing how Android Compose apps handle auth