Doug Patti

Results 24 comments of Doug Patti

I'm not sure I understand why we want to test 3 different versions of OCaml in nix in the actions as opposed to just testing the latest. Also, it looks...

I think that `Caml` is part of `base` specifically, so you're either meant to `open Base` or more simply elide the `module String = Caml.String` line. Not sure if something...

I've also forked the project and added a few things of my own, including relational tables. We don't support oplog tailing, since even without any of the additions, the oplog...

Correct, so specifying `users_liked[]` as the source does a simple unwind. If you are using subdocs, you can unwind a specific attribute of each of the subdocs in the array,...

Are you getting an error at all? I tried it with some dummy data and it seemed to work for me. You put `subscriptions[]._id` as type `INT` -- you didn't...

I removed the ellipses from your doc, inserted it into mongo, and it exported fine. I got all 3 tables and 1 row in each.

Oh right. That has something to do with sequel. I know my Gemfile.lock uses `sequel (3.44.0)`, and I know that when I tried updating it one time, it ended up...

Unfortunately I don't think it can be merged in, or at least not trivially. I made all of my changes under the assumption that you are not using the oplog...

@monfresh Thanks for the details, but would you mind posting them as an issue on my fork? I don't want to keep generating notifications for Mosql contributors for code that...

@AboulEinein The fork was eventually moved here: https://github.com/trello/mosql/tree/streamless-fork Though I think it is still being used at Trello, it is very out of date and probably comes with a lot...