-
Strange error whenever trying to build a binary in my project and I just added another dep on `jwt` (which depends on another package with a `bin` spec):
```
nimble c src/auth_server.nim …
dom96 updated
4 years ago
-
Nimsuggest is [infamous for creating error messages](https://twitter.com/lzsthw/status/1326940752597938180) which are confusing. There are plenty of examples of this and newcomers do not realise that …
dom96 updated
3 years ago
-
nim js scrollapp.nim
scrollapp.nim(20, 12) Error: undeclared field: 'key'
-
I wondered if there is a way of doing something like Vue's _slots_, where a component of some kind can take arbitrary HTML and wrap it within an element. Non-working example:
```nim
include karax …
-
Regression caused by https://github.com/nim-lang/Nim/pull/14158
Test case
```nim
proc render(): VNode =
result = buildHtml(tdiv(class="normalDiv")):
label(`for`=comboID):
text "def…
-
Runtime at input.dm,890 on 8f4e1b9fdc029ae3af9b6ee533f2be8221a86d7a:
```
Runtime in input.dm,890: Cannot read null.name
usr: Karax Ug'Khara (/mob/living/carbon/human) ([0x300043a]) (the plating) …
-
仕方ないからCIでビルドしてdocker pushしよう
-
## Code
```nim
include karax/prelude
```
## Output
```
/home/dawkot/.nimble/pkgs/karax-#head/karax/karax.nim(679, 34) Error: cannot prove 'root' is not nil
```
## Other
* Tested with Nim 1.2.…
-
## Example
```
$ nimble install karax@#head
$ git clone https://github.com/pragmagic/karax
$ diff -qr ~/.nimble/pkgs/karax-\#head/ karax > /dev/null
$ echo $status
1
```
Is this expected? Shou…
-
NimSvg is very good at generating SVG declaratively using macros and templates, but sometimes the generation should be done dynamically based on parameters unknown at compile time.
Any help and examp…