some-avail

Results 5 comments of some-avail

Apparently parseopt2 is a deleted nim-module in Nim 2, while Commandeer is still using it. Hence the installation fails. Updating it to parseopt might do the trick (?)

For the impatient one can use the following workaround to install it: -activate an older version of Nim, so run: choosenim 1.6.18 -install moustachu with this older version, so run:...

Firstly, thanks for your nice sqlite-editor! Secondly I would appreciate such a function. I need it for retrieving the using- and used-by relations between views / tables. Thusly one can...

Workaround to extract the code from the routes do the following in the post-route: ```nim # read in the vars from request.params into control-table cta var cta = initTable[string, string]()...