Jens Walther
Jens Walther
Hi, I am running a query like: Match p=()-[:includes]-() return p limit 1000 I am trying to identify the start and end node identity of a path relationship by calling...
I'd like to read the neo4j_value_t identity value to an uint64_t? There is no function "neo4j_identity_value(neo4j_value_t value)" defined? I am trying neo4j_value_t vId = neo4j_node_identity(value); _id = static_cast(vId._vdata._int); but this...
https://github.com/sphinx-contrib/plantuml/blame/09f9d13c44bdbfb73974159cedd29bb1d2e08f69/sphinxcontrib/plantuml.py#L411 This close statement is "double" closing the temporary file causing the rename to fail occasionally. Observed with v.29 wheel file. v.26 does not show this error.