Damon Feldman

Results 9 comments of Damon Feldman

Documenting the sequence is an option, and presumably cheaper, but being able to actually do the two in sequence would be ideal.

Even better would be to do the above default behavior using a convention on the Entity name * -content * -mastered * -unprocessed requirng no configuration of collections at all

Because a load may also fail due to temporary system issues (network etc.) we may instead want to solve this by making it easier to pick up where a load...

Here is the heirarchy on the left nav, expanded to show both Mutations sections: ![image](https://github.com/dgraph-io/dgraph-docs/assets/700633/f77d47ed-e76f-459b-81bf-314d6f69a3b9) (Note that DQL Query and Query Language are similarly split, making it hard to know...

This showed up on a project recently, where they are building tabular export views. It would be nice to componetize the sampling and column selection in Data Explorer so it...

My (limited) understanding is that you'd use Slush for a 3-tier web app with a GUI, having search and faceted nav, results display etc. If you're building a set of...

one easy way to do this is to modify vscQueryParameterTools.ts to discard the first line and check again starting with the 2nd line if there is no config comment found...

Exactly. I want to see the name of my buffers. I use the comment syntax because in any real dev environment you have many instances (test/staging) and each instance has...

Definitely a problem. Regexp in filter should use the index. See also this discuss thread for same issue: https://discuss.dgraph.io/t/how-to-use-regexp-in-filter/18901/8 . My guess is that when regexp was allowed in the...