Constantine Molchanov

Results 114 comments of Constantine Molchanov

@gwque unfortunately id is a reserved name and many places in the code depend on it. You can have your customers and stuff along with id if that's a viable...

@Yu-Vitaqua-fer-Chronos Hi! No news here. But I'm not seeing any obstacles to implementing this feature. Also, it seems like BLOBs are already supported for SQLite.

Viktor's talk at CppCon 2018 is online: https://www.youtube.com/watch?v=UEuA0yuw_O0 He mentions he “may” do something similar for Nim. So, he hasn't accepted the grant proposal yet, has he?

It seems that the issue is caused by CryptGenRandom being deprecated: https://docs.microsoft.com/en-us/windows/desktop/api/wincrypt/nf-wincrypt-cryptgenrandom. It must be missing in my Windows 10 Insider build. nim-random uses it for urandom on Windows: https://github.com/oprypin/nim-random#randomurandom...

So far I've only managed to remove the `base_url is not defined` error by moving `base_url` definition from search.html upstream to main.html. The search doesn't work though.

For some reason, search.html is not accessible even if `include_search_page` is `true`. Tried putting it in `search/search.html`, no result. Interestingly, 404.html seems to not be accessible either.

> It totally sounds like the n-word, what about NIR ?. 🤔 I thought I was the only one who saw it 😁 I thought Araq must have called it...

> fusion/matching or std/matching often allows for cleaner, more readable code Could you please put a couple of examples to demonstrate that? Like, here's a code sample that does X...

Original issue: https://github.com/pragmagic/karax/issues/131