Brandon Olin

Results 24 issues of 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...

enhancement
in progress
pinned

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...

enhancement
RFC

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...

enhancement
help wanted

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...

enhancement

**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...

enhancement

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,...

enhancement
help wanted

The about_NetScaler document is basically blank. A well written and descriptive help file should be created.

enhancement
help wanted

## 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...

enhancement

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...

enhancement