Kurt von Laven

Results 225 comments of Kurt von Laven

@bdovaz, what happens when you run `git diff --abbrev=40 --full-index -M --raw -z --no-color` manually on the command line? Also, what is the output of `git status`?

It is making note of the files that were modified because fixes were applied. As a workaround, you could temporarily remove `APPLY_FIXES: all` from your MegaLinter config to avoid running...

If you are running MegaLinter on macOS or Windows, maybe try running the following commands as suggested by [this blog post](https://github.blog/2022-06-29-improve-git-monorepo-performance-with-a-file-system-monitor/) to improve `git diff` performance if your repository has...

> I still see popen git diff logs... So there must be something else that launches these git diffs. Yes, there are other diffs performed besides the one that is...

I agree with @echoix that it may be better long-term to have a `supported_architectures` (or `arches`) list. I wonder how many of the linters we use have an asdf plugin...

buildx does seem like a good way to go with the caveat that I always optimistically hope there is some approach that involves less work ha ha ha. Is [this](https://wiki.debian.org/Multiarch/HOWTO)...

Is there a way this PR can be decomposed into more bite-sized pieces that don't need to all be landed atomically? My experience in the open-source world has been that...

Can you elaborate on why `import-error` should be disabled by default for all users as opposed to your own project? I haven't encountered issues with this rule personally.

Thank you for clarifying; I get where you are coming from now. MegaLinter mounts the project directory in the Docker image, so it seems like it should be possible to...