Mikey Lombardi (He/Him)

Results 114 issues of Mikey Lombardi (He/Him)

## 🚩 Describe the bug Using the Numeric block to track large numbers, such as coins or XP, is not possible in the current UI. Specifying a number greater than...

bug

Add a public function to the module for creating the necessary skeleton file for a Vester Test. ## Expected Behavior As a user of the Vester module, I should be...

enhancement

## Expected Behavior ``` AS A reader of the test output I WANT all tests _NOT_ executed to show as skipped SO THAT my test results more clearly indicate reality;...

enhancement

Currently, only three types are documented in the tests/code for types consumable by json: bool, string, and int. ## Expected Behavior The available types should support arrays of string and...

## Expected Behavior When running a vester test with the `-remediate` flag, the command should re-execute the initial condition test _after_ the remediation action - this ensures that the test...

#### Details of the scenario you tried and the problem that is occurring The schema for the `NetAdapterBinding` Resource includes both `State` (writable enum) and `CurrentState` (read-only enum) for the...

discussion

Hey! This came up today in the [STLPSUG meetup](https://github.com/michaelburns/LaunchPad). I notice that the readme still specifies using dnx in the get going instructions, which I think i out of date...

Attempted to install the alpha release from a year ago to play with the project, noticed that DNVM wasn't downloading, realized that the project was based on the core technologies...

It'd be awesome to be able to provide [Pester](https://github.com/pester/Pester) [unit tests](http://www.hurryupandwait.io/blog/why-tdd-for-powershell-or-why-pester-or-why-unit-test-scripting-language) for the functions/scripts in this project. This would increase confidence and safety when utilizing and developing this codebase.

It'd be useful for people to be able to use the [comment-based help](http://www.slideshare.net/JuneBlender/professional-help-for-powershell-modules) and review an `about_PSServices` topic from the command-line. It would be even more useful to have a...