Daniel Mai

Results 12 issues of Daniel Mai

A CDC event can return an error during JSON marshalling like the following: 2021/10/12 21:58:11 json: error calling MarshalJSON for type time.Time: Time.MarshalJSON: year outside of range [0,9999] github.com/dgraph-io/dgraph/x.Check /ext-go/1/src/github.com/dgraph-io/dgraph/x/error.go:42...

This adds a `dgraph debug --parse_key` flag that can return the ParsedKey struct of a hex key. This is useful if there's a lone key that you want parse without...

Cherry-pick of #7643. The export and backup code were using BestCompression and Default gzip compression levels respectively. We see a 4x speed improvement when switching from BestCompression to BestSpeed compression...

Cherry-pick of #6815. FIxes GRAPHQL-747 Fixes [Discuss Issue](https://discuss.dgraph.io/t/multiple-values-for-the-graphql-schema/10881) This PR fixes the issue where you would get an error, if you first add a GraphQL schema, then delete the GraphQL...

area/graphql

For the `volumes` configuration I want to use shell environment variables within the config string when specifying the directory paths to mount. I want to be able to do this:...

enhancement

I use [Org mode source blocks](https://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code) quite often, and for source code blocks I set `org-src-font-natively` to `t` so that source code blocks within an Org buffer get fontified within...

This change is [](https://reviewable.io/reviews/dgraph-io/dgraph-js/139)

I'm trying to set up Jepsen testing in Dgraph's TeamCity CI infrastructure. The tests run OK when I spin up a new CI agent machine (Ubuntu machines on Google Cloud),...

This makes reCAPTCHA configuration variables `SLACKINVITER_CAPTCHASITEKEY` and `SLACKINVITER_CAPTCHASECRET` optional. If both of these aren't set, then it's considered off and will not be displayed on the invite page. Also, the...

Documents the new option sasl-mechanism under the kafka superflag. This change was introduced in Dgraph v21.03.1 with PR dgraph-io/dgraph#7765. Example: --kafka="...; sasl-mechanism=SCRAM-SHA-512"

triage:delayed