Anton Lydike
Anton Lydike
I would like to add documentation, but that would clash with my previous PR about documentation #631, if that's merged first I can rebase this branch and add documentation.
Question: How to best handle calls to `connect()`, `disconnect()`, `reconnect()`, etc? I have added a property called `allows_creation` which marks if this relationship manager is allowed to create edges. The...
The `allows_creation` property could then be used to make re-implementing #533 way easier as this ran into similar issues back then.
I am not sure why the build failed for python 3.5, the log reads: ``` Traceback (most recent call last): File "setup.py", line 33, in "Topic :: Database", File "/home/travis/virtualenv/python3.5.6/lib/python3.5/site-packages/setuptools/__init__.py",...
Hey @whatSocks, thanks for the update! If you don't mind, I'd be interested in helping out the team. Is there a process to apply as a collaborator?
I'll close this issue, I think everything was merged? Feel free to re-open if you think something was missed!
I think I stumbled upon this too, I did some light digging, and it seems that neomodel does not create labels for classes marked abstract. This then breaks some things....
Adding properties dynamically is not supported in neomodel and currently not a development target. The only option for you here is a JSONProperty, as @enjoysmath said.
I have linked PR #534, it seems like the build system is broken at the moment (as described in the PR). Instantiating relationship types is not the problem as the...
Hi @mdantonio and @laurentS thanks for the great work already! Adding type hints is definitely a priority item on our development roadmap. I'd like to start working on getting typing...