Corban Raun
Corban Raun
You can already do something similar by explicitly configuring `Dotenv.load` order. Example: ``` Dotenv.load(".env.common-pre", ".env.dev", ".env.common-post") ``` If you want `.env.common-post` to override the other values you could ``` Dotenv.load(".env.common-pre",...
@bencer thank you for the pull request, I will be adding notes of the next couple weeks as I have time to review and test. Also thank you for such...
@bencer I have reviewed the pull request. I really like most of what your doing. I have a few questions, and a few comments. I think the README.md needs to...
You eventually have to buy Fusion if you want to continue to use it yes? The scope of this particular issue is to document a fully free and open source...
@alimakki I realize you submitted this quite a while ago :|. Do you remember any outstanding issues or things that didn't work quite right etc, when you first pushed this...
I am also getting that parse error.. Although it does seem to work regardless of the error.
@sametmax that would be a really nice feature. Currently on larger pastes syntax highlight is slow.(And by large I mean like 3.5 mb)
I was able to get this working via ``` cat /etc/sudoers.d/10-nix-commands myuser ALL=(ALL:ALL) NOPASSWD: /run/current-system/sw/bin/darwin-rebuild, /run/current-system/sw/bin/nix-env, /run/current-system/sw/bin/nix-build, /bin/launchctl, /run/current-system/sw/bin/ln, /nix/store/*/activate ``` although to be clear, im not recommending said sudoers...
@malob @dsyang I ran into the same issue where setting `security.pam.enableSudoTouchIdAuth = false` didn't remove the added text. However, it was only an issue for me when ` sed -i...
Tested and also works great for me!