Dominik Picheta

Results 594 comments of Dominik Picheta

I don't think we can release it like this unfortunately. Preventing changing to an older Nim is a showstopper. I'm sure we can resolve this, the question is: how should...

The relevant code is here: https://github.com/nim-lang/nimforum/blame/master/src/forum.nim#L516. Reading it I don't see what the cause of this could be. @narimiran any ideas?

hmmm, not really sure that static files should have precedence tbh. Any ideas how it works in Sinatra?

Hey! Thanks for reporting and for the explanation. From what I recall the algorithm is using both MD5 and bcrypt because the original Nim forum (circa 2012) hashed passwords using...

https://irclogs.nim-lang.org/24-08-2019.html#20:56:17

> Is it even safe to allow a custom SQL query to be passed in? Is that really what's happening here? I see `fastRows` used here which should escape the...

My understanding is that the query language supports parenthesis and that they have a meaning for changing the precedence of "AND"/"OR" operators (but maybe I'm missing something?). We can either...

It will become more important the more packages are created. If we disregard it completely then it won't be long before `import types` will give you an error because packageA,...

Yes, so it does work when put in the $PATH. What mechanism does Nim use to put it in `C:\Users\me\.choosenim\toolchains\nim-1.4.4\bin\`?

We can do this: https://github.com/nim-lang/nimble/issues/949