Joel Davies
Joel Davies
I was debating whether I should open two threads or one. Ultimately settled on just opening one because I wasn't sure whether the maintainer of this module would even accept...
> > any situation where having a manifest that specifies RootModule to be a file which doesn't exist would be good > True, but that's not ModuleBuilder's role, that would...
I too am continually building modules in order to be able run tests, as well as in order to use platyPS. I have also begun trying to script some of...
I tried this code out and noticed a couple things. Checking that the operator starts with a dash introduces the following undesirable behavior: `--$counter` is changed to `-- $counter`. Also...