Jonas Chevalier
Jonas Chevalier
Hi, this is an issue with your system. Either the temp folder is full or running out of inodes. See https://unix.stackexchange.com/questions/277387/tab-completion-errors-bash-cannot-create-temp-file-for-here-document-no-space
Maybe the $TMPDIR is set by the .envrc. If you use `use_nix`, for example, that can happen.
Would be good to add it to the [wiki](https://github.com/direnv/direnv/wiki). If you believe the integration to be stable, sending a PR to add it to the stdlib would be fine as...
Do you have a sense of where in the documentation this should be added?
Do you really care about the git history or is it because the tool wants to query the current reference of the checkout? For the latter, it could make sense...
so the tool is not looking at the checked-out content but querying the git database directly instead? if you go down the fetchgit + unpacked blobs maybe you can make...
Looking at the CVE, it doesn't seem to be a practical exploit for this project. But be my guest, happy to get PRs.
I'm not sure what to pick exactly as the other list has been focusing more on the available tools. If I give you access to the other repo, would you...
I had a quick try but the Makefile doesn't follow the common patterns. It tries to download the dependencies with git and doesn't provide a fallback where libraries are provided...
~Fixed in #517