Paul Reichelt-Ritter
Paul Reichelt-Ritter
Ich hab das ganze jetzt auf dem Branch feature/ci begonnen und bin schon in das erste Problem gelaufen auf AppVeyor: ``` Unhandled Exception: System.AccessViolationException: Attempted to read or write protected...
@ManuelHu Ja, ohne Probleme sogar. Ein Continuous Deployment würde ich aber im 2. Schritt in Angriff nehmen, da erst der distributions weg geklärt werden muss. (Installer, Auto Updater, plain zip,...
So Fehler gefunden: AppVeyor nutzt Microsoft Azure VMs, wo natürlich kein Hardware beschleunigtes OpenGL verfügbar ist. Lösung ist, die Mesa lib zu nutzen, da diese das OpenGL interface auf Software...
/verify
If you have access to powershell you can use Windows build in ability to split the DNS and use it only for company domains: ```powershell Add-DnsClientNrptRule -Namespace "mycompany.org" -NameServers "xx.yy.zz.1"...
@gleba Good idea! A PR is welcome. Otherwise, it'll take some time until I get this done.
Yes. And there are several other issues targeting dgraph >= 0.8.0 since they have changed the proto files. If you want to try this lib you are currently bound to...
Hi @gleba, Mutation queries are currently not supported, as they send another response as queries. But for now, you can just ignore the error, or modify an existing object by:...
@gleba What's your usecase to send raw mutation queries? Actuall, the api is designed to be a high level api wrapper around the raw gRPC. Therefore a query is scoped...