Gem Lamont

Results 63 comments of Gem Lamont

Hi, thank you writing in :) I will ticket this, however, we currently have APOC under maintenance mode so cannot say when this would be possible for us to put...

So we are focusing on only fixing bugs and security issues and not adding new functionality atm :)

Thank you for writing in about this :) I'll raise this with the team!

Hi there! We have been making lots of improvements to Cypher, with one being the introduction of Dynamic Labels! Currently released is the ability to [SET](https://neo4j.com/docs/cypher-manual/current/clauses/set/#set-dynamically-a-property) and [REMOVE](https://neo4j.com/docs/cypher-manual/current/clauses/remove/#remove-remove-a-property-dynamically) labels, but...

Hi there! This is due to how labels filters are created. In this case, the colon `:` represents a compound label. So in your second example, the termination node filter...

Hey! I tried this out and couldn't reproduce the issue, are you able to share the Docker command you used with me? Thanks!

Thanks for that, from my understanding, the APOC jar downloaded here is simply not containing all compiled dependencies needed for the other functions. I added a few: e.g ``` com.opencsv...

We have done a lot of shifting around with APOC since the 4.x series, I will make a ticket for us to investigate our workflow to see if we should...

There was a lot of work done around triggers and new procedures added, see the documentation: https://neo4j.com/docs/apoc/current/overview/#_apoc_trigger :)