[08:57:16] <Metheny> are there any mongodb c# driver users here?
[16:48:27] <guardian> hello, will mongodb support json schema beyond draft 4?
[23:29:54] <spacesuitdiver> Hello, I'm just trying to get an idea what operators to use to do this... I have a collection of people with gender (M/F) and age. I'd like to get the oldest M and F.
[23:30:16] <spacesuitdiver> ye ol' sort and limit 2 isn't enough because I might get two M
[23:31:00] <spacesuitdiver> basically two subqueries I feel like is what I'd do in myseeequilt
[23:31:23] <spacesuitdiver> is that what project does?