Dustin L. Howett
Dustin L. Howett
The 0.62.1 release notes mention the new picopass plugin, but it is not installed by default. Calling this out explicitly in the release notes may help people figure out why...
https://github.com/tabrindle/envinfo/blob/00f4abeb0f5911f733e561a5edbdc815ce0ca162/src/helpers/browsers.js#L64 the invocation of `powershell` here, omitting `-noprofile`, causes the execution of the user's `profile.ps1`. Because of that, the browser report ends up looking like this: ``` Browsers: Edge: Spartan...
PowerShell/PowerShell#6410
PowerShell/PowerShell#1817
This will probably harm code coverage, but panic/recover shouldn't be used for flow control.
Evaluate what plist needs to do to reach 1.0. * [ ] Consider looking at the XML parser and bringing it in line with the text parser. * [ ]...
`#nosec` is an effective tool in making a codebase gas-clean, but it's not expressive enough. It disables every gas diagnostic (now and forever) but doesn't provide any auditable documentation to...
Due to the way our localization pipeline works, we cannot delete resources in main until the resources in question are totally flushed out of the active-servicing release branches. Unfortunately, in...