Glober777

Results 9 issues of Glober777

I've noticed that `UseProcessBlockForPipelineCommand` rule produces warning notifications when pipeline behavior (`ValueFromPipeline`, `ValueFromPipelineByPropertyName`) is explicitly disabled. Steps to reproduce ------------------ ```PowerShell Function Get-Number { [CmdletBinding()] [OutputType([int])] Param( [Parameter(ValueFromPipeline=$false)] [int] $Number...

Issue - Bug
Area - Rules

It would be great if there was a way to register a PSRepository on the system-wide level, so that if configured once, it would work for all the users on...

Area-PSRepository

It would be quite handy to have some simple built in support for file download and upload

enhancement

## 1. General summary of the issue While testing out new Code Coverage Reporting capability in Azure DevOps with a dummy PowerShell module, I've noticed, that if my module has...

Code coverage

Добрый день! У меня есть лампа состоящая из NodeMCU, сенсорной кнопки, и матрицы 16х16. Я обновил ее с первой версии (немного измененной) на V2 и столкнулся с тем, что не...

Hi! Is there a way to expose a JEA endpoint as a web service, so that it could be used by an external system that knows how to make REST...

question

### Checklist - [X] Feature request has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version...

Feature

Hi! This extension looks very interesting, and gives a new perspective to troubleshooting and reverse engineering. Is there a chance support for PowerShell is in the plans as well? I...

Hi! I'd like to be able to analyze traces captured in various isolated environments, like CICD pipeline, etc. I've got several projects where Pester tests take several times longer to...