Matea Pesic
Matea Pesic
Hi, I'm Matea, Memgraph's Developer Experience team member. Recently I've been deep diving into your amazing Starbase project and decided to enhance its compatibility with Memgraph. I adjusted a few...
Running two queries calling do.when/do.case at the same time from a nodeJS client crashes Memgraph. From Discord: "If I only run one query nothing crashes but as soon as two...
Currently, in order to pass an object as a subgraph argument to a procedure, it has to be a Graph type object which is only provided by the output of...
**Memgraph version** 2.13 **Describe the bug** A user reported on [Discord](https://discord.com/channels/842007348272169002/842008652377751582/1183231470681198622) an unexpected behavior when running the Link Prediction procedure. **To Reproduce** In the Discord thread, there are complete datasets...
In the newest version, the `text` function is missing, user reported he was using it before updating the version and noticed it was missing. [Source](https://www.notion.so/memgraph/Ron-Greve-Cloud-User-Interview-2de22b8848d54ef9a4c95fe2693bd746)
**Memgraph version** 2.12.1 **Describe the bug** Related to the [Discord thread](https://discord.com/channels/842007348272169002/842008652377751582/1179199224420782141) about some snapshots being smaller than others when db is only expected to grow and the [recent fix](https://github.com/memgraph/memgraph/pull/1385) about...
Currently, on [Memgraph's download website](https://memgraph.com/download#mgconsole) you can download `mgconsole` for MacOS and Windows, but not for Ubuntu. It would be great to have have `mgconsole` available for "any" operating system....
**Description** A [user on Discord](https://discord.com/channels/842007348272169002/890968055339958292/1231300500637356070) reported using an `OPTIONAL MATCH` clause on a related label causes a ScanAll operation instead of leveraging existing relationships. **Environment** User tested it on version2.13.0-memgraph2.13.0-lab2.10.0-mage1.13,...
**Memgraph version** 2.15.1. Running Memgraph with Docker compose and `ON_DISK_TRANSACTIONAL` storage mode. After importing a simple dataset from cypherl file and running `MATCH (n) DETACH DELETE n;`, relationships are left...
Added integration for Memgraph related to the Starbase PR: https://github.com/JupiterOne/starbase/pull/99