Marwan Aljubeh

Results 7 comments of Marwan Aljubeh

Thank you for the bug report. `rbenv-bundle-exec` should already be skipping all `bundle` commands (See [line 31](https://github.com/maljub01/rbenv-bundle-exec/blob/master/etc/rbenv.d/exec/bundle-exec.bash#L31)). Perhaps you have other rbenv/bundler integration plugins installed? Having several rbenv/bundler plugins on...

My only problem with the generic TTL controller suggestion is that it feels too tailored for solving the "implement TTL" issue, and that metacontroller users interested in managing deletion would...

One workaround for this is to use `--no-deps`, which is a good idea by itself anyway (See the second warning [here](https://pip.pypa.io/en/stable/reference/pip_install/#hash-checking-mode)).

The way the patch module is implemented, it will undo all "removed" patches first before applying any new ones. That's why all the tests were successful. This works across generations...

A recent MacOS update forced filesystem changes on all devices (including removing `/nix`). This was done by adding a "Relocated Items" folder on the user's desktop and placing all the...