Paul Pogonyshev

Results 137 comments of Paul Pogonyshev

> I think as @juergenhoetzel says the explicit -u we are using screws with rootless containers What is a rootless container (sorry, I know, I suck at dockering)? Why is...

Ok, I think we are mixing up two issues here. Let's exclude Podman from consideration for now — maybe we simply need to add another command for it. Later. The...

OK, I really suspect that it is a problem of rootless vs. "normal" container manager. I guess that's exactly what @juergenhoetzel said, but I wasn't able to comprehend it then...

Crap, I don't understand anything again. For a while, I have been thinking the problem is because of rootless Docker... > I have ~/.eldev/global-cache, but it has been created with...

> Please make sure there are no root-created files With recently released 1.4.1 you can do this simply by executing `eldev doctor` (ignore other warnings, if any), or `eldev doctor...

I committed some changes to Eldev that _hopefully_ should improve the situation. As I now have a different (version of) OS, I was able to experiment more. As far as...

Should be hopefully fixed in Eldev 1.10. Feel free to reopen if the fix is not enough.

> Looking at git blame of eldev-vc.el, it doesn't seem that it ever would have worked, starting with the initial implementation in https://github.com/emacs-eldev/eldev/commit/96d5baa1c08bf78c683fb449b00c49a2770f59e8. There are also no tests to verify...

Can you please test if the fix in commit 5706586 solves your problem?

I was able to locally create a project that uses Magit from VC like this. File `xxx.el`: ;;; xxx.el --- Bla bla -*- lexical-binding: t -*- ;; Version: 1.0 ;;...