Andrey Bronin

Results 10 comments of Andrey Bronin

You can always use empty string as a value for an attribute you want to be rendered as a booleanish. This link `{rel: 'preconnect', crossorigin: ''}` will be rendered as...

@Ankcorn do you finally work on this?

We have the same issue with `dbms.routing.default_router=SERVER` (which looks to be mandatory for exposing Neo4j Browser using LoadBalancer in Kubernetes).

Thank for answering, @technige! This is how we run the query: ```self.graph.create(user)``` We have a Model ``` class User(GraphObject): __primarykey__ = "email" createdAt = Property() name = Property() deactivatedEmail =...

We have this error in both `4.3.9` and `4.4.1` with `dbms.routing.default_router=SERVER` ```Failed to execute update after 3 tries```

This is complete example of failing code. This code is failing with the latest `py2neo` and with the neo4j 4.3.9 or 4.4.1 deployed using [community based helm chart](https://github.com/neo4j-contrib/neo4j-helm) with default...

I can only confirm that when I run query your way I have the same issue: ```>>> from py2neo import Graph >>> graph = Graph('neo4j://neo4j:7687', user='neo4j', password=password) >>> graph.run("create (x)")...

Please, be free to add a PR with the default behaviour similar with the current one.

@rantoniuk I'll try to review this on the weekend.