-
I tried using it and got
```
% ../../karun -r ajaxtest.nim
Building...
Hint: used config file '/etc/nim/nim.cfg' [Conf]
Hint: used config file '/home/jeandre/Projects/learn_nim/karax/experiment…
-
I somehow got a situation where my project wouldn't build and gave me the following error:
```shell
$ nimble build --verbose
Error: Could not read package info fil…
-
```nim
type
X {.pure.} = enum
red
Y {.pure.} = enum
red
echo red # red, with unused warning for Y
let newRed = red # this works too and can be operated on
when false: # undec…
-
After fetching the list of channels and saving them in `channels` var, the DOM is not refreshed (only after pressing the close button, the list redraws) so for it to work I'm calling redraw.
Do I n…
-
I'm running into some issues using Karax in a project. I have embedded the Monaco editor within my Karax app, and redraw operations fail. The `same` proc returns false when it detects the outside chan…
-
Nimble says Karax is MIT licensed, but actually the repo does not contain a license, which probably means that both private and commercial use are not permitted ;).
-
https://github.com/pragmagic/karax/blob/master/experiments/echartstest.nim uses import:
`import karax / [kbase, vdom, kdom, vstyles, karax, karaxdsl, jdict, jstrutils, jjson]`
but https://github.c…
-
I created https://github.com/juancarlospaco/nimwc_bulma#nimwc_bulma
https://bulma.io
Bulma is similar to Bootstrap, but uses **No JavaScript** at all, which is awesome for Nim Web Apps, since Ni…
-
Consider the following code:
```nim
include karax/prelude
const maxMessageLength = 10
var buttonEnabled = true
proc renderTweetBox*(): VNode =
buildHtml(tdiv):
textarea():
…
-
I have installed fab as mentioned in repo readme.
When I try to import it, I get an error: `Error: cannot open 'fab'`
s0kil updated
6 years ago