Maxim Cege
Results
2
issues of
Maxim Cege
Hi, thx for the nice lib. I am using version `0.4.0 + nim 1.4.8` and noticed that example app (also my app) can crash when the page is reloaded frequently....
Seems to `when nimvm` doesn't work properly with fatal pragma. See [original forum thread](https://forum.nim-lang.org/t/9214) with useful comments! ### Example ```nim template gen_str_in_ct_1: string = when nimvm: "sisix dev" else: {.fatal:...