Ondrej Slinták

Results 9 comments of Ondrej Slinták

Well, it really does work when you test only `Module`. But integrated to command, it breaks up because of [this condition](https://github.com/nvie/python-fu/blob/master/python_fu/commands/mkmodule.py#L27). Just try to create `foo.py` and then run `mkmodule...

Hello, this crate should indeed be production ready, however I'd recommend to use https://github.com/selmeci/dgraph-tonic instead if you don't explicitly need to use C++ implementation of gRPC this crate uses.

Hey, sorry for a late reply! You can set nquads directly in mutation, eg.: ```rust let mut mutation = dgraph::Mutation::new(); mutation.set_set_nquads(" .".to_string().into_bytes()); ``` I'm not 100% sure right now if...

Hey, if you run Dgraph 1.1+ you can use `Txn::do_request` to perform request consisting of one query and one or more mutations, which should be identical to `upsert {}` block....

@snaumov I don't have my development env up and running now, so I might be mistaken, but I think you don't need to use `upsert` block when using `do_request` and...

I checked it further and what I mentioned seems to be the case. You'll just have to manually set both `query` and `mutations` parts of `Request` and it'll end up...

It isn't whole file, just a portion of it. `` and `` are differently indented and `

Since this grant type has been added in v0.5.3 I guess this issue can be closed.

You need to include both `select2.css` and `select2-bootstrap.css`.