Christopher Wang
Christopher Wang
I'm interested in giving this a shot. Can you elaborate on what you mean by "via config"?
@corelgott Half a year late, but I got this working for VS 2010 in #63 . Are you still interested? I can probably help you out now.
Can you give me more information? Are you installing from source or from luarocks? What environment are you running on? What version of the C driver did you install? Can...
Hey @rickysland, It looks like using a negative batch size is ["analogous to using the limit method"](https://docs.mongodb.com/manual/reference/method/cursor.batchSize/#cursor.batchSize). In this case, I feel like it makes more sense to just use...
I'm sorry, I don't believe this will support that.
I'll try to reproduce your `LUA_USE_APICHECK` error hopefully soon. I just use pre-compiled binaries for Lua. As to the compile warnings, they should be addressed. Feel free to make a...
It would expedite the process if you posted a snippet of code that causes the error in your first comment. Thanks.
@yzubkov check out #67 and #68
@yzubkov, I made some changes to your code. You want to have this type of format: `if (something) {` and not: `if(something){` It's harder to read that way. Although the...
Yes, PR's into the `index_support` branch will work just fine. I would just use the C driver's auto-generate functionality. Not to worry, thanks for helping out. I'll at least take...