Marko Budiselić

Results 158 issues of Marko Budiselić

In the case of a query module that depends on a local submodule, e.g. `foo`: ``` import foo import mgp import importlib @mgp.read_proc def procedure(context...): importlib.reload(foo) foo.call() ``` if `foo`...

tech debt

When `PROFILE` is run, sometimes there is an error during execution. In the case of an error, it would be nice to get results back (even partial ones) because the...

feature
Importance - I3
Effort - Medium
Priority - Later

feature
Importance - I2
Effort - Medium
Priority - Later

Example: ``` MATCH (account:Account) SET account += { type: "personal", name: "Pero", } ```

feature
good first issue
Importance - I2
Effort - Medium
Priority - Later

It would be convenient to get the set of all config flags (runtime arguments passed to Memgraph at the start time) by issuing a query, e.g.: * `SHOW ARGUMENTS;` *...

enhancement
good first issue

Example: ``` WITH [1, 2, 3] AS arr RETURN sum(arr); ```

feature
good first issue
Importance - I2
Effort - Medium
Priority - Later

### Description Add a random walk in Rust ### Pull request type - [ ] Algorithm Module ###################################### ### Reviewer checklist (the reviewer checks this part) #### Module/Algorithm - [...

type: algorithm
status: draft
lang: rust

### Description Add template to create Rust query modules ### Pull request type - [ ] Template Module ###################################### ### Reviewer checklist (the reviewer checks this part) #### Module/Algorithm -...

status: draft
lang: rust