Brandon Olin
Brandon Olin
It would be [super dope](https://twitter.com/kelseyhightower/status/801102768232480769?lang=en) if PoshBot supported chaining commands together in a pipeline. I envision this could work similar to how Cog [does it](http://cog-book.operable.io/sections/command_pipelines.html). From a UX perspective, this...
I'm not really sure of the purpose of parsing `$TestExpression` in `Get-Poshspecparam`, turning around and constructing a string from it, then invoking it with `Invoke-Expression`. Can you explain why this...
I'm starting to brainstorm how I can add support for interactive messages in [PoshBot](https://github.com/poshbotio/PoshBot). Creating a interactive message using PSSlack with a bit of extra properties on the attachment object...
Additional integration Pester tests are needed to verify the various psake/InvokeBuild tasks function as expected. ## Expected Behavior psake/InvokeBuild tasks are tested to ensure quality. ## Current Behavior There is...
**Description** GitHub supports [multiple issue templates](https://help.github.com/en/articles/creating-issue-templates-for-your-repository) on repositories. We should add bug and feature templates to Stucco. **Describe the solution you'd like** Multiple issue templates are available for users to...
In order to test and maintain the quality of this module, unit tests for all functions should be created. We already have tests for meta information such as comment-based help,...
The about_NetScaler document is basically blank. A well written and descriptive help file should be created.
## Description ### Fixed - Module load time is improved due to pre-processing theme files ### Added - Add `Get-TerminalIconsPreference` function to retrieve current module preferences - Add `Set-TerminalIconsPreference` function...
PowerClippy.Format.ps1xml is an empty file and throws an error on import. ``` powershell VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\powerclippy\1.0\powerclippy.psd1'. VERBOSE: Loading 'FormatsToProcess' from path 'C:\Program Files\WindowsPowerShell\Modules\powerclippy\1.0\PowerClippy.Format.ps1xml'. import-module : Object...
## Expected Behavior Improve datastore logic when creating new disks. ## Current Behavior New disks are created on the datastore the VM currently resides on. Creating new disks will fail...