Matthew McNeely

Results 20 issues of Matthew McNeely

@MaxHalford ~~This is my first pass at adding *Population* marshaling to the repo. There are some issues with serializing the GA object, namely issues with interfaces (Model, Migrator, etc) that...

### What version of Dgraph are you using? v21.03.2 (also fails in v21.12) ### Tell us a little more about your go-environment? go version go1.19 darwin/arm64 ### Have you tried...

kind/bug

I'm trying to render a svelte-tree in 'dark-mode' but can't seem to find a way to change the arrow button path's color.

This allows the svg paths that draw the arrows to be styled. Here's an example of responding to global CSS (dark-mode) class changes ``` {#if node.children} {node.name} {:else} {/if} .tree-node...

Customer ran into this issue: https://discuss.dgraph.io/t/rfc-allow-language-tag-support-in-graphql/13027/12 The @dgraph directive for multi-lang predicates is not supported in v22 so that section should be removed.

### What version of Dgraph are you using? v24.0.0 ### Tell us a little more about your go-environment? Cloud ### Have you tried reproducing the issue with the latest release?...

kind/bug

**Description** This PR adds the ability for gRPC clients to create and execute transactions within v25's new string-based namespaces. Managing transactions manually is something common in many repos that use...

area/core
go

## Describe the bug A panic ("index out of range") can occur in the `edgraph.verifyUniqueWithinMutation` function when processing a request that includes a mix of KEPT and PRUNED SetJson mutations...

bug

### What version of Dgraph are you using? v24.0.5 (on main branch) ### Tell us a little more about your go-environment? go version go1.22.10 darwin/arm64 ### Have you tried reproducing...

kind/bug

**Description** This PR adds string-based namespace support to the Txn class. Managing transactions manually is something common in many repos that use the dgo client. This new functionality makes upgrading...