Joel Bennett
Joel Bennett
Add lowercase keyword (and operator) enforcement as a separate rule. I was thinking about adding a check for the correct case of [Types] and [Attribute()]s, but I think _that_ should...
I'm getting a rule violation when we force Write-Verbose to have output like this: ```PowerShell Write-Verbose -Verbose "My Message" ``` Steps to reproduce ------------------ ```PowerShell Invoke-ScriptAnalyzer -ScriptDefinition ' Write-Verbose -Verbose...
Basically, it gets fixed if I have: ```PowerShell } else { ``` But it doesn't get fixed if I have: ```PowerShell } else { ``` And I would really like...
In order to solve problems with clients (or other networks) that don't support webp [(specifically, slack)](https://github.com/matrix-org/matrix-appservice-slack/issues/578), would it be possible to have the discord bridge fetch the .png images instead...
Just wanted to make sure you'd seen this, given conversations about including a set of tasks https://github.com/SeatwaveOpenSource/psakify
As of Windows 10 build 18298, the [new “Terminal” settings](https://blogs.msdn.microsoft.com/commandline/2018/12/10/new-experimental-console-features/) allow setting _default_ ForegroundColor and BackgroundColor values which are _separate_ from the 16 color "ConsoleColor" palette. PowerLine doesn't use the...
1. First it doesn't `[CmdletBinding()]` .... 1. Then, it tries to -ForceBootstrap on NuGet (without -Scope) which requires elevation 1. Then, it tries to install some modules with -Force, meaning...
As a user of a company computer In order to avoid leaving my token in a log I need to be able to enter my token -AsSecureString Please provide a...
**Describe the bug** I'm running a Matrix instance bridged into IRC, Discord and Slack. - All users show up fine in Matrix (avatars work from both Discord and Slack) -...
First off: I think we should be lexing a `property` and a `method` rather than the generic `member` -- however, this bug is simply against the fact that the **separator**...