Marco Heinemann

Results 38 issues of Marco Heinemann

### Kùzu version v0.6.0 ### What operating system are you using? Arch Linux x64 ### What happened? I'm running this list of queries against an empty DB: ```cypher CREATE NODE...

bug

I observed that a change in `needs_layouts` does not lead to a clean build. That's unexpected as relevant output pages do not get updated. This is how it's [defined](https://github.com/useblocks/sphinx-needs/blob/master/sphinx_needs/config.py#L396): ```...

bug

### Kùzu version v0.7.1 ### What operating system are you using? Raspberry Pi 5 arm64, Debian 12 (bookworm) ### What happened? When executing the Python client example script ```python import...

bug

Started a PR already https://github.com/useblocks/sphinx-test-reports/pull/113

Current state: Dependencies ``` [project] requires-python = ">=3.6" dependencies = [ "sphinx>4.0", "sphinx-needs>=1.0.1" ] ``` Tested against the combinations of: ``` PYTHON_VERSIONS = ["3.10", "3.12"] SPHINX_VERSIONS = ["5.0", "7.2.5", "8.1.3"]...

Some ruff rules in https://github.com/useblocks/sphinx-test-reports/pull/104 are commented out. Those need to be activated and fixed, one by one.

I am running tests for a VS Code extension on a self-hosted Github runner. The runner is installed on an Mac mini M2 ARM architecture. The Mac has a display...

Experimental implementation of a schema validation, aka. ontology check. This is based on jsonschema, but also supports network validations.

Sphinx-Needs allows to import this needs.json: ```json { "current_version": "1.0", "project": "test project", "versions": { "1.0": { "creator": { "program": "sphinx_needs", "version": "4.2.0" }, "needs": { "REQ_1_1": { "id": "REQ_1_1_other",...

bug