-
Reproduction via docker:
```Dockerfile
FROM archlinux:base
RUN pacman -Syuu --noconfirm jre21-openjdk-headless wget tar
WORKDIR /root
RUN wget https://github.com/varabyte/kobweb-cli/releases/do…
-
It's not that critical, but I wanted to report it.
-------
While setting up the project with `kobweb create`, it allows to pass any kind of character to the visible name of the project:
```sh
…
-
{
"message": "Function 'BSColorPicker' can not be called: No function found for symbol 'com.stevdza.san.kotlinbs.forms/BSColorPicker|BSColorPicker(com.varabyte.kobweb.compose.ui.Modifier?;kotlin.…
-
`.idea/` should not be checked in to version control since it contains local installation state. There may be the rare shareable configuration, but the vast majority of the content is local to the cur…
-
as an android developer i was missing Card component while using this library . so made my own . i was going to do a pull request but as a solo (self taught) developer i am bad at collaboration . so h…
-
On traditional sites, the server can handle authentication. For context, see: https://ktor.io/docs/authentication.html
To get auth in ktor to work, you need to install authentication and then wrap …
-
README should feature an authoritative reference of all available Kobweb-related (`kobweb`, `kobwebx`, `silk`) modules with their Maven coordinates.
Currently the README contains a lot of informati…
-
# Jin Blog - (작성중) Kobweb으로 Gihub Blog 만들기
Powered by Kobweb
[https://parkjin0318.github.io/github-blog](https://parkjin0318.github.io/github-blog)
-
If you declare a raw CSS selector containing parentheses, such as `nth-child(even)`, without the leading colon, website output will be broken (I have no better word to describe this). Omitting the col…
-
I can't connect the Ktorm to my kobweb compose project I need help