Chris Hunt
Chris Hunt
Like @tlimoncelli said, mostly speed. This job runs on every commit to the stackoverflow.com codebase. CircleCI:  GitHub Actions:  There is also better tooling for what I'd call Enterprise-Scale...
Hi folks, I pushed a big update to the build. It's not everything I'd like, but I think it addresses most of the open requests. @cafferata thank you for your...
ref #1682
I have a few ideas. Can you describe an ideal feature list for the release notes? The commit history is obviously too messy and looking through the PRs the titles...
I've removed the release. It shouldn't have been created.
I'm not currently using this module. I can't say.
This might also be a fix the error message I'm seeing with ` The module for the configuration unit is available in multiple locations with the same version.`. I don't...
Installed Express and set $env:PORT to an available port and it worked as expected. So, I created this script. ``` param($script = 'Get-Process') Invoke-Expression $script ``` It throws an error...
Yes, that works as well as ConvertTo-JSON, but like you said, that's just a big string, not an object.
I can't even get test.js to run, but does `outputs.Select(pso => pso.BaseObject).ToList()` strip of all of the ScriptProperties normally returned with Get-Process?