-
If you play around clicking these buttons, they will quickly get stuck. I have no idea what causes it.
```nim
include karax/prelude
import karax/vstyles
var x, y: bool
setRenderer proc: auto …
-
* This proposal will make `defined` symbols self documenting (using doc comments on `declare(foo)`)
* It provides a solution to the problem of clashes where 2 libraries use `defined(foo)` with 2 di…
-
Sorry not an issue just a question.
Is kview for "viewing karax compile projects"? So you import the karax project first then create the view?
Is this instead of using a web browser to view?
…
-
### The problem
Output from javascript console
```
expected 0 real 1 DIV nesting 1
Error: Error: unhandled exception: /home/zrean/.nimble/pkgs/karax-1.1.0/karax/karax.nim(597, 14) `same(kxi.curre…
-
Example:
```nim
import karax / [vdom, karaxdsl]
echo build_html input(class="foo")
echo build_html br()
# Expected:
# Got:
```
In practice, browsers are lenient enough to ignore …
nhanb updated
4 years ago
-
Did someone delete all the git tags from the repository on purpose? I have `1.1.0` installed on my laptop but am unable to find that version (or any version for that matter) on nimble. The impact on…
-
I want to get ListFile.
I wrote this code.
```nim
include karax / prelude
proc createDom(): VNode =
result = buildHtml(tdiv):
h1:
text "hello world"
input(`type`="file"):
…
-
I'm not sure if this is a Karax issue or a nimsuggest issue, so apologies if I'm reporting it to the wrong repo.
The problem is that nimsuggest reports an error even with the simplest Karax code si…
-
@dom96
I'm just rolling this idea around in my head. Writing a full technical book on web development in Nim, covering jester, moustachu, ndb, norm, etc. (Maybe even karax) would be fun. Perhaps a…
-
スマホからも操作しやすいUIにしたい