Jonas Chevalier
Jonas Chevalier
It depends on the usage. Maybe some users want to use the `.env` file as a template and symlink it into many places. Let's say the file contains `PATH=$PWD/bin:$PATH`. Then,...
It's a valid use-case. I did a bit of research and it looks like Bash doesn't support exporting bash arrays. See https://stackoverflow.com/a/21941473 It would also require changing the integration with...
When I initially started this project the list of non-static dependencies was fairly small. Because it's using the glibc there are always going to be a couple of non-static things...
👍 for removing features if they can't be statically compiled. That's the main goal of this project after all.
there are already a couple of people helping out sporadically. If you submit a useful PR I don't mind adding you as a collaborator as well.
Thanks for the report!
Let me know when it's rebased!
hmm, are you able to extract those cleanups in a separate PR? sorry the PR is a bit too large still
thanks, let me get those merged and then I'll do a deeper review here
thanks, LGTM but just needs a rebase