Michael Schwab
Michael Schwab
At present many of the slicer commands (except serve) fail to run with or without specifying a config file path and always through an error indicating the config provider is...
New install, attempt to register a user. ```2018-03-08 14:44:48,060 ERROR Error in Account Manager login ERROR Error in Account Manager login 2018-03-08 14:44:48,061 ERROR Function: if_logged_in ERROR Function: if_logged_in 2018-03-08...
## TLDR: Vastly different query plans for : ``` graph.profile ... CYPHER MATCH (x:typeA {hash_value:"999"}), (y:typeB hash_value:"222"}) RETURN id(x), id(y)' VS graph.profile ... 'CYPHER MATCH (x:typeA {hash_value:"999"}) with x, MATCH...