-
```
Gyp's build file format is already block-style YAML, but some people (myself
included) may find flow-style easier to read and edit. So I propose that PyYAML
be used to read build files and fall …
-
```
Gyp's build file format is already block-style YAML, but some people (myself
included) may find flow-style easier to read and edit. So I propose that PyYAML
be used to read build files and fall …
-
```
Gyp's build file format is already block-style YAML, but some people (myself
included) may find flow-style easier to read and edit. So I propose that PyYAML
be used to read build files and fall …
-
Hi all,
I'm following Noe4j's online document at [6.5.1. Minimum Weight Spanning Tree - 6.5. Path finding algorithms](https://neo4j.com/docs/graph-data-science/current/alpha-algorithms/minimum-weight…
-
## Expected Behavior
When creating the fingerprints of two graphs, I expect them to be the same if graphs are the same.
## Actual Behavior
Nodes with the same label(s) and same (or no) properties…
-
A search in the Person node for "zaffos" does not show up, but "Zaffos" does.
-
Hi,
I'm having some inconsistencies when using "id" as a custom node property. I have the following node declaration:
```
module Graph
class User
include Neo4j::ActiveNode
self.mapped_lab…
-
First off, well done making this project. It's a great starting point for migrating to AGE.
What would be ideal though is the ability to execute a cypher query without having to also include the su…
-
Deprecate the procs and update the docs by explaining how to move to the Parallel runtime
-
Seems like a stupid question, but how do I generate a query like this one:
```
MATCH (someNode:SomeLabel)
WHERE someNode.someProperty > 1 AND someNode.someProperty < 100
```
I want to be abl…