Katarina Supe

Results 50 issues of Katarina Supe

It would be useful if all objects from [`mgp`](https://github.com/memgraph/memgraph/blob/master/include/mgp.py) are `JSON` serializable, that is, that there is some kind of method that returns Python `Dict` of `mgp` objects. For example,...

feature
good first issue
Effort - Medium
Priority - Later

**Memgraph version** Memgraph v2.3.0 **Environment** Mac M1, Docker - memgraph/memgraph image **Describe the bug** I noticed that if I want to create Kafka stream with consumer group starting with number,...

bug
streaming
community
Effort - Low
Severity - S3
Priority - Later
Frequency - Monthly
Reach - VeryFew

### Description Changed the return value of the string property. Now it returns a raw string if the character is not printable. Still missing support for ASCII null character -...

type: bug
status: ready

### Description I added all `Datetime` types check when serializing class properties in the escape_value procedure. Also, the `repr` was called instead of `escape_value` procedure. I also added a small...

type: bug
status: ready

### Description Fixed exception handling in GQLAlchemyWaitForConnectionError and GQLAlchemyDatabaseError (added `raise from`) ### Pull request type Please delete options that are not relevant. - [x] Bugfix ### Checklist: - [x]...

type: bug
status: ready

Add the possibility to choose which dependencies to install and which not, when installing GQLAlchemy. For example, `pip install gqlalchemy` installs all dependencies, and we define extra dependencies that don't...

type: enhancement

Currently, GQLAlchemy can't be installed with Python 3.10 on Windows, since its dependencies still do not support Python 3.10. For example, GQLAlchemy has NetworkX as a dependency and it has...

Related to the discussion at https://github.com/memgraph/gqlalchemy/issues/79. Suppose we have a node defined: ``` class Stream(Node, labels={"User", "Stream"}): name: str = Field(index=True, unique=True, db=memgraph, label="User") id: str = Field(index=True, unique=True, db=memgraph)...

Severity - S3
Effort - High
feature
community
Priority - Later
Frequency - Monthly
Reach - Some

When creating a relationship it would be great if we didn't have to use internal ids like here: ``` speaks_rel = Speaks( _start_node_id = stream._id, _end_node_id = language._id ).save() ```...

Severity - S3
Effort - High
feature
community
Priority - Later
Frequency - Monthly
Reach - Some

**Memgraph version** Verified on Memgraph 2.9 and 2.8 **Environment** Docker on Mac M1 **Describe the bug** The message the user receives on running Cypher query CREATE USER with syntax error...

bug
community
Effort - Medium
Severity - S3
Priority - Later
Frequency - EveryTime
Reach - Some