Antonio Filipovic
Antonio Filipovic
I think `importlib.reload()` is not the best solution, if it could be solved inside Memgraph it would be awesome.
Yes, it is. If I am correct we haven't done anything on this side to fix this bug.
With graph projection, we will add two features, which are slightly different, but with both user will be able to operate on subgraph: - `project()` - aggregator which will aggregate...
PR will be closed, because it is duplicate of the [following](https://github.com/memgraph/memgraph/pull/508).
> Please also considering adding tests, at least calling all of the functions to make sure it works. I will add tests, immediately after we reach the decision on whether...
> It looks good to me to be merged, however I don't want to approve until at least the PR is created on the docs repo, but nothing more is...
**This will be closed soon, just to check that everything works in this [PR](https://github.com/memgraph/memgraph/pull/508)**
Pull request will be closed because new version is on updated branch and [pull request](https://github.com/memgraph/memgraph/pull/508).
Hello! First of all, I am glad you like our MAGE project :smile: And glad TGN works fine. I will try to give you insight into `TGN` and explain what...
Considering solution 1., that was basically my idea, to expand query so if the user writes: MATCH ()-[edge]->() RETURN edge; we could expand such query to return nodes as labels,...