Dirk Avery
Dirk Avery
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
**Is your feature request related to a problem? Please describe.** Yes, it can be a pain, depending on the situation (cough, cough Azure Pipelines), to get a Python virtual environment...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Checklist - [x] I've prepended issue tag with type of change: [feature] - [x] (If applicable) I've documented below the DLC image/dockerfile this relates to - [x] (If applicable) I've...
I think there are places where it might spit out HCL 1 instead of HCL 2. This needs to be consistently 0.12 front to back.
**Is your feature request related to a problem? Please describe.** You should be able to perform check and modstub tasks in the same run. Currently, you have to run twice....
In BSD chmod and probably others, there is a verbose option: ``` -v Cause chmod to be verbose, showing filenames as the mode is modified. If the -v flag is...
On Windows, for any permissions set for others, **oschmod** uses the built-in "Users" group. However, it might be helpful to allow this to be specified by the user and default...
Currently, on Windows, **oschmod** removes/disables inheritance to simplify permissions. However, it might be helpful to add some inheritance capabilities.