Fabio Cevasco
Fabio Cevasco
Alright alright... two things: * CTRL+C is supposed to *gracefully* stop the LiteStore server. That's how you are supposed to stop it. * On Windows, for some weird reason I...
This is no longer happening when compiling with the most recent version of Nim, closing.
Well... yes and no. At present, the best (and most secure) way to prototype a multi-user web app with LiteStore is to use the built-in token validation functionality and delegate...
Oh yes leave this issue open! I am not sure if it would be worthwhile to change the database schema to include users (...and roles? Permissions? Who knows!). I hardly...
Nice. And agreed, it's needed, but it's potentially a very big feature for nimline, the simple readline/linenoise alternative I am using for the min REPL. See h3rald/nimline#12
Believe me, I did think about it. I would love to have a **minimal** UI toolkit to be included in min! I am currently looking into potential candidates, but it...
Oh well... that's a very challenging task for sure! I built my own web server, data store, programming language, static site generator, documentation tool, package manager but... never an IDE...
No, but it would be possible to create a sort of min server to do things like auto-complete, suggestions, interpreting code on-the-fly and warn users... someday. It is possible for...
I knew this was coming... :) OK I will take a look and try to provide something similar.
I started implementing the benchmarks available [here](https://github.com/kostya/benchmarks) mostly because they are simple to implement and to run. Things like base64 seem to score OK... not as fast as C or...