David Linke

Results 135 comments of David Linke

@nlharris - Unfortunately not. The problem is that some make commands execute unix shell commands which don't work in cmd or powershell. But they work in the bash shell coming...

> Since i am neither an expert in good pull request nor have i ever used poetry before, feel free to leave a comment which may help me with the...

Apache 2.0 or MIT should both be fine. Apache is more explicit and covers patent issues.

The windows issue is related to linkml-runtime. The problem is in `.venv\Lib\site-packages\linkml_runtime\utils\context_utils.py`. I have a fix but need to find out how to add a proper test. I believe it...

Here is a fix for windows: linkml/linkml-runtime#391 With the proposed change this PR passes all tests on Windows (I tested on a local machine). This was still with the old...

I think even if `.pre-commit-config.yaml` is not used in CI it should be kept for local use by developers/contributors. The config just needs to stay compatible with other checks in...

For me the problem went away on Win10-64 after stopping Docker Desktop, then updating wsl with `wsl --update` to 2.5.10 and restarting Docker Desktop (v4.44.1).

So ancestors would be children but not grandchildren, right? ...else a tree-structure is needed for ancestors.

Yes, but pip install works, too. So it is not broken.

The last point "Tutorial Part 10" is addressed in PR #3028.