Kent Sibilev

Results 12 comments of Kent Sibilev

Please post the source code to reproduce. Thanks.

Just used this code and it works for me. Not sure what the issue is.

`mongo.cr` is using `mongoc` driver which by default is using libc IO. So it will block the process. As an experiment I implemented `src/mongo/stream.cr` to delegate all IO operations to...

i think you meant to write it as `@client` not just `client`

why `Nil` is uppercased? is it intentional?

No, they are not the same thing. 'Nil' is the class type (in this case struct type) and `nil` is its singleton instance. `Nil.not_nil! == Nil` as for any other...

Yes, my plan was to create a pull request eventually. At this point I'd like to have a separate repository as a playground where I can add features/tests without constantly...

@bararchy absolutely. any help is appreciated.

We ran into this issue too. It would be nice if it is fixed going forward. It is definitely a breaking change.