Thomas T. Jarløv

Results 58 comments of Thomas T. Jarløv

1) Yes. First pattern rules. 2) Yes, at the bottom of your routes: ``` routes: [..] error {Http401 .. Http408}: resp("End") ```

Hi @joshgoebel My PR https://github.com/genotrance/nimgen/pull/50 fixes this and allows for custom branch-naming. But as stated in the `nimgen` README it has been deprecated.. ``` Nimgen has been superseded by nimterop....

Well, these test cases is not my thing - if anyone wanna pitch in, please feel free! Over and out.

Thanks @villelahdenvuo, I wasn't aware of that. I'll update it to be an adjustable value.

We do also have https://github.com/xflywind/xlsx, which works really good for parsing XLSX files.

Hi @cvanelteren That is a new one to me. Could you try adding `-d:nimNoGetRandom` to [nimwc.nim.cfg](https://github.com/ThomasTJdev/nim_websitecreator/blob/25da50c01a15338336d9a624c729f8f51c9697a0/nimwc.nim.cfg) before compiling?

The problem is coming from this: https://github.com/ThomasTJdev/nim_websitecreator/blob/25da50c01a15338336d9a624c729f8f51c9697a0/nimwcpkg/passwords/passwords.nim ``` let useUrandom = urandom.open("/dev/urandom") ``` You could try setting that to false. That will affect the `makeSalt()` procedure to **not** using urandom.

Perfect 😃 tor. 29. sep. 2022 20.47 skrev Casper van Elteren ***@***.*** >: > This automagically fixed itself, closed! > > — > Reply to this email directly, view it...

Hi @juancarlospaco I'm in for staying and using pure SQL. Otherwise we could use https://github.com/ThomasTJdev/nim_sqlbuilder to ease the writing of SQL queries.

> But this is kinda similar to _not_ running any `--insertdata` command, so is not too far. You'r right! But even then we still ship NimWC with standard routes -...