Neo Technology Build Agent
Neo Technology Build Agent
**Comment by [moxious](https://github.com/moxious)** _Sunday Feb 17, 2019 at 13:59 GMT_ ---- I'm not sure on how best to curate. Ideally we would have a subcategory of the neo4j medium or...
**Comment by [jexp](https://github.com/jexp)** _Monday Apr 15, 2019 at 17:03 GMT_ ---- e.g. `apoc.periodic.iterate.stream` or tried to get it into the regular ones just wit a flag
**Comment by [InverseFalcon](https://github.com/InverseFalcon)** _Monday Feb 04, 2019 at 11:05 GMT_ ---- This will be a bit tricky, but it's worthwhile. Current implementation uses the current path length modulo the sequence...
**Comment by [vboulaye](https://github.com/vboulaye)** _Saturday Oct 05, 2019 at 11:27 GMT_ ---- Hi, I tried to work on this issue. I managed to reproduce it (I made a test in dba589c95267db960d86c7ae41ad260a9359a96b)....
**Comment by [enriquezrene](https://github.com/enriquezrene)** _Wednesday Oct 23, 2019 at 18:15 GMT_ ---- @vboulaye The issue is DurationValue.toString is invoking prettyPrint() which transforms seconds to hours, minutes.
**Comment by [enriquezrene](https://github.com/enriquezrene)** _Wednesday Oct 23, 2019 at 18:34 GMT_ ---- I think the following PR might work https://github.com/neo4j-contrib/neo4j-apoc-procedures/pull/1322 I took the changes from your commit. @vboulaye
**Comment by [fbiville](https://github.com/fbiville)** _Friday Mar 05, 2021 at 17:43 GMT_ ---- > I managed to reproduce it (I made a test in [dba589c](https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/dba589c95267db960d86c7ae41ad260a9359a96b)). Based on a slightly updated variant of...
**Comment by [conker84](https://github.com/conker84)** _Thursday May 13, 2021 at 12:38 GMT_ ---- @fbiville any news on this?
**Comment by [jexp](https://github.com/jexp)** _Tuesday Feb 19, 2019 at 18:16 GMT_ ---- MergeNodes uses collection order You can use apoc.coll.sort to sort by a key you like
**Comment by [PeterKazmirsky](https://github.com/PeterKazmirsky)** _Wednesday Feb 20, 2019 at 07:46 GMT_ ---- Thanks. But what about relationships. I recently created ticket where I asked to [overwrite properties in relationships in procedure...