Nicole White

Results 6 issues of Nicole White

Allow the user to display intermediate steps when building expressions. The plan is to add a `simplify` argument to all Expression operations, where setting `simplify` to `false` yields an unsimplified...

enhancement

https://en.wikipedia.org/wiki/Quartic_function#Solving_a_quartic_equation

enhancement

Autocomplete can be smarter. On startup, in the background, query the graph for all the combinations of `(:Label)-[:RELATIONSHIP]-(:Label)` in the graph. Essentially the "what is related and how" query. When...

enhancement

Add a function for detecting if the query is a write query. If it is, update the schema and the autocompleter.

enhancement

If you arrow-up to a past query, attempting to insert a new line with shift+enter will submit the query. This should be changed so that it inserts a new line.

bug

Changes I want to make for RNeo4j 2.0 - Consistent return types, e.g. return an empty data.frame instead of NULL when there are no results from `cypher()` - Change the...