DarkLite1

Results 34 issues of DarkLite1

- [x] GraphQL Playground HTML - [x] apollo-server-express: "^2.16.0", #### What OS and OS version are you experiencing the issue(s) on? Windows Server 2016 #### What version of graphql-playground(-electron/-middleware) are...

### Checklist - [X] Issue 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 of...

It would be nice to be able to test an `element` in an `array` for matching a specific string. For example: ```powershell $Collection = @('xxx disabled xxx', 'xxx incorrect') Describe...

Assertions

When using `Import-Excel' to retrieve the content of a specific worksheet that is not available there are two errors thrown while only one is expected. ### Example ```powershell $params =...

wontfix
Investigate

### System Details ``` ### VSCode version: 1.34.0-insider 56f1b4795fed05677eb82a21dac4fc1ab62d747b x64 ### VSCode extensions: [email protected] [email protected] [email protected] ### PSES version: 2.0.0.0 ### PowerShell version: Name Value ---- ----- PSVersion 5.1.14409.1018 PSEdition...

Issue-Bug
Area-Documentation
Area-PSReadLine
Area-Threading

I've read the intro and now I'm not supposed to open compatibility issues. But I don't know if this is one or not, could just be me doing things wrong...

cat-compatibility

### Steps to reproduce ```PowerShell Param ( [String]$SamAccountName = 'bob' ) Get-ADGroupMember 'group' | Get-ADUser | Where-Object { ($_.SamAccountName -ne $SamAccountName) } ``` ![image](https://user-images.githubusercontent.com/10828570/184125591-41327d6a-652e-490f-b0b6-136ae75f73ff.png) ### Expected behavior The variable is...

Needs: Triage :mag:

Is it possible to add a parameter to name the worksheet where the PivotTable is produced? In the module of dfinke they use the following:: ``` Get-Process | Export-Excel $File...

help wanted

First of all I would like to say that his is a really really cool module. I've tried first the one from dfinke but wanted some more flexibility so I...

help wanted

**Is your feature request related to a problem?** It would be great if there was a way to fix your project with the latest template. **Describe the solution you'd like**...

enhancement