Joel Bennett

Results 399 comments of Joel Bennett

I was having a problem with the block characters (0x2588..0x258f) of CaskadiaCove NF being center-aligned, and this evening I downloaded the [2.2.0-RC](https://github.com/ryanoasis/nerd-fonts/releases/tag/2.2.0-RC) CascadiaCode.zip and replaced my font with those .otf...

*that* one looks a lot better, @Finii solves both my problems with the previous 2.1 and the previous RC

Having a different file on your build server than what you have checked into source code would still be possible -- put a blank one in source control and replace...

For what it's worth, I'm in the "a line with nothing but whitespace on it is a mistake and a waste of space" camp. There are many reasons that those...

The problem isn't just about automatically refactoring it though! Neither of these cases are **flagged** by the rule in `Invoke-ScriptAnalyzer` in the first place. ```PowerShell Invoke-ScriptAnalyzer -ScriptDefinition { # GOOD:...

> I had to fully disable the rule because I couldn't get a suppress attribute to work anywhere in this pester test Yeah, ScriptAnalyzer doesn't understand Pester syntax, so it...

In my opinion, if users remove Constant or ReadOnly aliases and scripts break on them, that's user error. Particularly the built-in ones: - Especially the short, verb-only form of the...

I definitely don't see the connection between long names and object oriented output. More to the point, those are the exact people who will be turned off PowerShell as a...

I'm resisting the urge to repeat arguments which have already been made above, so let me just say that the fact that this rule is still in the default set...