ostrio-Neo4jreactivity icon indicating copy to clipboard operation
ostrio-Neo4jreactivity copied to clipboard

Meteor.js Neo4j database reactivity layer

Results 6 ostrio-Neo4jreactivity issues
Sort by recently updated
recently updated
newest added

You can find a repository with a description and demonstration of this bug here: [https://github.com/blackslate/Neo4j-churn/tree/master](https://github.com/blackslate/Neo4j-churn/tree/master)

I thought that the Neo4j browser running on localhost:7474 and the Meteor-Leaderboard-Neo4j app share the same data in the database. However, I am seeing some evidence that seems to contradict...

Steps to reproduce: Clone the repository from [https://github.com/blackslate/Neo4j-call-with-no-callback](https://github.com/blackslate/Neo4j-call-with-no-callback) and run it. Check the output in the browser console. The callback... ``` console.log("Click callback", error, data) ``` ... on line 41...

Steps to reproduce: Clone the repository from [https://github.com/blackslate/Neo4jCallback/](https://github.com/blackslate/Neo4jCallback/) and run it. Check the output in the Terminal window. The callback... ``` function testCallback(error, data) { console.log("testCallback on " + environment,...

This works as a Publish query callback return value: "MATCH (entrance:Room), (exit:Room) WHERE NOT (entrance)-[:DOOR]->(exit) RETURN entrance" Adding "DISTINCT" makes the query return no entries: "MATCH (entrance:Room), (exit:Room) WHERE NOT...

If you have two nodes with the same _id ie `Create (a:person {_id:"100"}) Create (b:person {_id:"100"})` it will cause a continual crash meteor until one of the nodes are deleted.

question
wontfix