Matthias Schoettle

Results 183 comments of Matthias Schoettle

It would be nice if this could be merged and released. I tried to manually remove `insight` but the `require('insights')` then fails when calling CLI commands.

You should be able to install it with Django 5. Or is there anything else that doesn’t work?

That would be great. Selecting `jsonc` works but complains about trailing commas. I wonder if there is more luck in getting this into the fork of this extension (https://github.com/katjanakosic/vscode-json5) which...

Hm. So I have not installed anything locally. It wasn't necessary before. Both the pre-commit hook and the vscode extension work without installing anything manually. In this particular case, pre-commit...

> The extension extends (not includes) CLI2. I see now that you are using Docker for pre-commit, does that mean you are also using Docker for your CLI2 scenario? If...

I am able to use the rule just in CI by having a second `.markdownlint-cli2.yaml` file in a sub-directory. I path that config file to `markdownlint-cli2` with the `--config` argument...

@jheld Done. I also had to update the poetry lock file (it was out of date). I left that as a separate commit.

I should be able to send a PR. Long-term I would like to move to the new handler but currently we are using the Django support. Let me know if...

Are you looking for an automated workflow or rather manual?

What I think would be nice is to have a small web form where one can submit such documents. In the back, some function could then download this document and...