fMeow

Results 72 comments of fMeow

Now I manually deserialize `Document`, and it should be fine when you have _id, _rev, _key on user struct when deserialize into `Document`. Both the header struct `doc.header` and user...

I am considering a more OOP liked design for document, like `db.update_doc(&doc)`. In that case a standard way to store _key is a must.

Please use [AQL](https://www.arangodb.com/docs/stable/aql/graphs.html). `arangors` have a full funtional AQL support.

It certainly make sense. Maybe I would add this feature in the next minor update.

Great! But how can I ask the server to send/receive data in velocy pack?

I find the documentation I need at [velocystream](https://github.com/arangodb/velocystream). That's where to strat off.

Wow, thank you so much!

I think VelocyPack can save network bandwidth to some extent.

Ruyt 1.51 introduce a new resolver in cargo, which will compile crate for each set of different feature gates on dependencies. With this v2 resolver, this issue is automatically solved....

I think the new resolver can help when one of dependencies use a different feature(blocking or async). I haven't tested it yet, but I think it should work. And regarding...