Ivan Despot

Results 11 issues of Ivan Despot

## Description Memgraph doesn't support Unicode characters. Even though nodes can contain such characters. functions don't work correctly with them. ![Imgur](https://i.imgur.com/4jGWhdN.png) ## Requirement * make sure it's possible to import...

bug
feature
Effort - High
Severity - S1
customer
Priority - Later
Frequency - Weekly
Reach - Some

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...

feature
good first issue
community
Effort - Low
Severity - S3
Priority - Later
Frequency - Monthly
Reach - VeryFew

## 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...

enhancement

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.

type: algorithm
lang: cpp
status: change

It would be useful to have the option of setting parameter values in **mgconsole** directly. For example: ``` :param name => 'John' ```

feature
community
Severity - S3
Effort - Medium
Priority - Next
Frequency - EveryTime
Reach - VeryFew

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...