Trevor Sullivan

Results 84 issues of Trevor Sullivan

### Repro Steps * Run Windows 11 and install Hyper-V * Create Hyper-V virtual machine w/ 4x CPU cores, 8 GB RAM, with disk on high-performance NVMe SSD * Install...

If the target file doesn't already exist, then this Action throws an exception. ``` Run cuchi/[email protected] /usr/bin/docker run --name a682585caf9ec008f4fbaaf8ac6c0d38484c3_bfdb60 --label 6a6825 --workdir /github/workspace --rm -e INPUT_TEMPLATE -e INPUT_OUTPUT_FILE -e...

Set up AppVeyor to handle automated builds / tests / pushes to PowerShell Gallery. - [ ] Add base `appveyor.yml` - [ ] Run PuTTY tests - [ ] Publish...

The `underscore-cli` project is pretty impressive. I think it would be useful for the help output to provide a synopsis of the tool's purpose, however. It would be nice if...

Feature request: The snippet designer should have support for editing PowerShell code snippets in Visual Studio. Cheers, Trevor Sullivan Microsoft MVP: PowerShell http://trevorsullivan.net http://twitter.com/pcgeek86

enhancement

Related ticket: https://github.com/PowerShell/PowerShell/issues/3590 Steps to reproduce ------------------ ```powershell Set-Content -Path mytestfile.txt -Value testing Compress-Archive -Path mytestfile.txt -Destination mytestzip.zip zipinfo mytestzip.zip ``` Result of zipinfo command ``` Archive: mytestzip.zip Zip file...

Issue-bug
P1

### Synopsis I am using API keys in PowerShell Gallery to automatically publish modules from source code in GitHub. I'm using GitHub Actions as a continuous deployment system. However, I...

On my Macbook Pro, running Mac OS X El Capitan, I tried using `docker-machine` to create a new Docker host, and received an error: > Error: No machine name specified...

On Windows 10, the notification toast has the application name showing as `Windows PowerShell`. Would it be possible to change the application name from "Windows PowerShell" to something else? Does...

I use the Scoop package manager to install, and keep up-to-date, a wide variety of dev tools on my workstation. Some of the packages I install with `scoop` include: `doctl`,...