Kurt von Laven

Results 224 comments of Kurt von Laven

@jeffwidman I think this is ready to go now that pyenv 2.3.5 has been released.

Yeah, I think that is a compelling use case for asdf. I could also see it being valuable in Dockerfiles since presently they install a lot of different tools via,...

We've been using asdf for a while now across different operating systems and toolchains, and I have grown ever more sold on the idea its use could greatly simplify MegaLinter....

This is on my backlog for now since the workaround is straightforward.

I wonder if it would be better overall to do this for v6 and remove linters that conflict with Prettier. The obvious drawbacks I see are that this would force...

We ran into the same issue and created [ScribeMD/rootless-docker](https://github.com/ScribeMD/rootless-docker) for this purpose. Simply run that action before running MegaLinter, and MegaLinter will not run as root at all.

Ah, yeah, ScribeMD/rootless-docker would need to be run before anything that uses Docker, so if you have long-lived processes that rely on the daemon, that would mean restarting them one...

@echoix, yes, there are often multiple file ownership issues related to running Docker as root. For those who are unable to use rootless Docker and whose issues extend beyond mypy...

CI just passed for me, so I am curious to see what happens if we re-run it.

Looks like it needs a rebase first though.