Dominik Picheta

Results 596 comments of Dominik Picheta

Duplicate of nim-lang/Nim#1359 and nim-lang/Nim#1477

This is IMO still an issue and since nim-lang/Nim#1477 has been closed I will reopen this. We need to figure out a way to support NULL columns in the db\*...

@Araq Maybe we should change the API to use Option[T]?

Couldn't we come up with some sort of simple type-safe API using a macro? Abusing JSON for this seems odd.

Marking as high priority so that we do this soon.

This doesn't require breaking changes so I'm demoting it.

The only obstacles I foresee are related to breaking backwards compatibility. I'm not sure to what extent the two have diverged, if it's just as simple as replacing Nim's current...

> If I have some proc that is blocking, how do I turn that into something that can be used with async/await? I understand that once the main thread is...

> From a performance point of view, adding a file descriptor to channels which means syscalls which means cache pollution and high context switch overhead makes them an automatic showstopper...

> The event loop doesn't need to be notified of channels or flowvars changes that are scheduled within another executor, be it Chronos, a threadpool, Weave, libuv, ... It's only...