Constantine Molchanov

Results 84 comments of Constantine Molchanov

Hello! It would be great to add MariaDB support, and I'd be happy to see this feature in Norm. It's just that I don't have time to implement it. There...

A completely forgot the most important blocker! Without MariaDB support in ndb, Norm can't have proper support for it as well.

I've looked into this issue and found the blocker that I need to resolve in order to proceed with the actual solution. Currently, the SQL that is generated for Postgres...

I did approach this problem but it turned out to be a lot harder than I had thought initially. It's very convenient to have "id" as a reserved special column...

> How would I select * from table using postgres? `select*` procs in Norm always select all columns in a given table. If it has relations to other tables, it'll...

@zah Sorry to resurrect an old thread, but is there any chance this will ever get merged? I'm dying to see a working example of hot code reloading with Karax.

Consider the following simple example: ``` nim import docopt const doc = """ Foo. Usage: doco do [--param=] doco (-h | --help) doco --version Options: -h --help Show this screen....

@BlaXpirit Still, it's a bit weird that $ applied to `vkNone` value produces a non-empty string, don't you think? `nil` is a valid value for string type, and it feels...

@BlaXpirit So, do you too think that $ applied to vkNone should return nil? IMHO it makes perfect sense.