Constantine Molchanov

Results 40 issues of Constantine Molchanov

I'm implementing a way to ignore conflicts during insertion in Norm: https://github.com/moigagoo/norm/issues/120 I've stumbled upon an issue with Postgres in ndb. If you have an INSERT query with ON CONFLICT...

Nimsuggest shows this warning on `routes` invocation: ``` 'cb' is not GC-safe as it accesses 'nameIterVar' which is a global using GC'ed memory [GcUnsafe2] jester.routes: proc (body: stmt): stmt{.noSideEffect, gcsafe,...

Trying to send a message with Cyrillic characters. All characters are replaced with ? in Slack. Apparently, this is because the default encoding in PowerShell Core nowadays is UTF-8, but...

Norm's `select` procs work with vanilla `WHERE` conditions, which you have to write manually. The problem is you have to know which table and column names correspond to which type...

- [ ] SQlite - [ ] PostgreSQL

enhancement
good first issue
sqlite
postgres
types

Replacing `0.5` with any integer value, e.g. 1, fixes the error. However, the compiled binary doesn't do anything.

I have an `isNil` check in my code that used to work with the older version. Now it breaks because `isNil` is false due to the value being "nil," not...

Open VSX is a an open, vendor-neutral repository of VSCode extensions. It is used by editors other than VSCode but that want to support its extension protocol, like Onivim2. Intructions:...

[Nimibook](https://pietroppeter.github.io/nimibook/) is a Nim version of mdbook with a great benefit of executing all Nim code and embedding its output into the output.