Aaron Mousavi
Aaron Mousavi
While pasting text in gedit can be used to verify commands, what about a bash command? I made a bash function that will show the clipboard safely and gives you...
It's a convention in .NET to have the Async suffix on asynchronous methods. One example is the `DgraphClient.Alter` method. When following the convention it should be `DgraphClient.AlterAsync`. For more information:...
The Api namespace (where e.g. Operation is found) doesn't have any company/product prefix, it's just Api. Would it be possible to adjust that? In [api.proto](https://github.com/dgraph-io/dgraph.net/blob/f54ee55a59a9f0d000ebf9d7e63e69cc817c1218/source/Dgraph/github.com/dgraph-io/dgo/protos/api.proto#L33) I see `option java_package =...