David Linke

Results 135 comments of David Linke

I'll merge #406 and we can improve with this one (like https in link to editoconfig site) and add its tighter checks.

For Task (a command runner) there is also some information how to make VSCode aware of their yaml schema to provide validation and autocompletion: https://taskfile.dev/integrations/#schema - This should be adaptable...

Related click issue: https://github.com/pallets/click/issues/2911 A solution would be to always specify `case_sensitive=False` for click.Choice if an enum is used. For the reported problem the code is here https://github.com/linkml/linkml/blob/6226784455a8e5d60dffe2ff1a415c0baef009d9/linkml/generators/pydanticgen/pydanticgen.py#L1199 Enums are...

Thanks for the offer! I was just busy with other stuff but will get back to this in the next days.

The tests failures are exactly as expected until linkml/linkml#2648 is merged. @sneakers-the-rat could edit the first message of this PR to test against linkml/linkml#2648 to get all tests green (as...

In the past several other projects hit the issue as well, which was solved, e.g. here https://github.com/Lightning-AI/pytorch-lightning/pull/16164/files, by special-casing os.relpath on windows.

It looks like this was branched from main when main was failing, so rebase.

`tox.ini` also has a pydantic1 part that could be removed in this PR.

Nice pragmatic approach! Needs some manual fiddling but I got it working and it is clear why you created the other issues...

As a workaround you may run the command in the bash shell coming with git for Windows.