Jonas Chevalier
Jonas Chevalier
Cool. I'm very interested in having good Windows support, it's just that I am not using it day-to-day. Maybe also have a look at the existing windows issues, it might...
Can you try to run `direnv expand_path /c/Users/tobyj/bin`? If it converts it to the `C:\` format it means that the golang stdlib does something funky. Basically I think we would...
That's another issue we'll hit with Windows. Because there is a white space in the $PWD, bash interprets it as multiple arguments. Make sure to put double quotes around $PWD,...
It's possible some of the stdlib.sh isn't escaped properly. Can you simplify the `.envrc` to just `echo SUCCESS`?
@markwest1 @xn can you try the current master? I think I fixed this particular issue.
@mcandre I agree, right now direnv is relying on the golang stdlib path package but I think that it's not sufficient for windows support as windows is not a single...
was the solution to remove whitespaces from the path?
no worries. if you still have whitespaces try direnv v2.12.2, it should also fix the issue
direnv users must be able to trust the computer itself. If an evil user is able to change the victim's home folder, anything can happen. They can achieve similar results...
What if A and B want to collaborate on the same filesystem? I am not convinced that preventing direnv to work in that scenario would not prevent some legitimate, and...