Sergej Jurečko
Sergej Jurečko
Invalid characters are percent encoded so I don't see a way for query/path functions to fail. `.path_segm("a/")` should percent encode the slash. Base should return Result because you can't stop...
Servo's [percent-encoding](https://docs.rs/percent-encoding/) crate is a small dependency that defines the right encoding for the right part of the URL quite well.
> I'm having difficulty envisioning a use case for specifying individual path components and would be partial towards omitting the proposed path_segm. For building requests against an API. Often different...
I don't see how replace items would be a useful or expected operation in this context. push_ is pretty verbose and redundant if everything is push.
master is detected automatically
erlmongo supports group call. Check mongoapi.erl I see mongo docs have an aggregate function. I have not really kept up with mongo api. If this is just a convenience function...
Can't help you much. Maybe you can check with mongo console. If you run "db.collection.aggregate" you get back the code for this function. This was a reference for a lot...
Cursor empty like in your example has no effect.
Transaction support is not implemented
Lower level streaming API should be used in this case. But yes write to file would also be a good feature.