Ivan Despot
Ivan Despot
## Description Memgraph doesn't support Unicode characters. Even though nodes can contain such characters. functions don't work correctly with them.  ## Requirement * make sure it's possible to import...
As the default relationship traversal algorithm is DFS, users could be confused when trying to switch between BFS and DFS. It would be useful to include `dfs` as an explicit...
## Description It would be cool to import CSV files with the LOAD CSV clause from remote locations. ## Feature usage ``` LOAD CSV FROM "https://github.com/memgraph/..." NO HEADER AS row...
This module was created for an upcoming MAGE tutorial on [memgraph.com/docs](https://memgraph.com/docs). - [x] Add algorithm implementation. - [x] Add `InsertPathValueResult` function to `mg_utils.hpp`. - [x] Add e2e test.
It would be useful to have the option of setting parameter values in **mgconsole** directly. For example: ``` :param name => 'John' ```
This branch is meant for demonstrating graph streaming analytics to Python developers.
### Code of Conduct - [x] I have read and agree to the Weaviate's [Contributor Guide](https://weaviate.io/developers/contributor-guide) and [Code of Conduct](https://weaviate.io/service/code-of-conduct) ### What part of document/web-page on weaviate.io is affected? Weaviate...
## Description - Update some notebooks (remove manual TOC, cleanup headers/formatting, remove relative links, etc.) - Update markdown converter - Add README
### What's being changed: Update the `summary` and `description` for REST API endpoints so the documentation becomes clearer and consistent.
### What's being changed: Upgrade Docusaurus 2.3.1 → 3.9.2 - Migrated to React 18 and MDX v3 with stricter content syntax and link checking - Faster production builds - Improved...