David Herman
David Herman
This seems like it was easy. I went ahead and did it in ~20 minutes. We'll check it in and see if anything breaks unexpectedly...
Duplicate of #173
In practice, most people are using Kobweb + static layouts, which doesn't even need a custom server. It would still be great to create a docker image for Kobweb but...
I know this issue is crazy old and, if you're like me, you might even be looking at it now and barely remembering anything about it. But I thought I'd...
0.15.3 is out!
Yes, I will publish to the official gradle repository starting just before or at 1.0. Avoiding it for now because it's a pain (my other libraries Kotter and Truthish use...
So apologies here. Gonna still be several months *at least* before Kobweb is 1.0. Good news is it's finally a straight shot to 1.0 now ([roadmap document for reference](https://docs.google.com/document/d/1n2Jd02yzuxaatpT7gOhEuijzfaSu9UIaQTV2t4EPcPk/preview)). I've...
Note that a "workaround" for people running their own servers is to serve the Kobweb site themselves. * `kobweb export --layout static` * Serve `.kobweb/site` statically * For example, in...
So, yeah, at this point best practice is to 1. create a Gradle task which generates code into a folder which is the task's output 2. add that task as...
The super quick version is, check the tests under `kotter/kotter/src/main/test`. They use `testSession` and then the `terminal` parameter it provides to verify the state of the console.