David Herman
David Herman
This might obsolete `kobweb list`, but an experience that looks like this.... ``` kobweb create Please choose a template: > site site/empty examples/clock examples/todo ``` This isn't strictly necessary for...
Maybe we can get to this by 1.0 but I wouldn't consider it absolutely required for it.
Should Kobweb explicitly support localization somehow? This does NOT have to get finished before 1.0, but however we should at least review how localization works on the web and make...
https://www.google.com/search?q=server+side+rendering We are already running kobweb on the server - it's mostly being used to serve static files and respond to server API requests right now. The next natural extension...
Creating a project with kobweb is easy, but upgrading it is still manual. It might be nice to have a command which parses your `gradle/libs.versions.toml` file, identifies values that can...
Right now I'm using the github UI to create releases, but JReleaser is clearly set up to handle it for you, and it might be easier to have it do...
Right now we're hosting artifacts on Google cloud in central US but we'll have potential users all over the world, so probably maven central is doing a better job at...
It's easy to miss it if you're not looking. Instead, it should go away if 1) user presses an `x` button (which doesn't eixst yet) or 2) a new build...
It would be nice to run over a codebase and check for broken links. That's all I can think of at the moment but the command could naturally grow to...