Troy Campbell

Results 19 comments of Troy Campbell

The name doesn't have to be 100% accurate, just accurate enough that any Linux, Windows, or Mac user will be able to understand the variable's intent. No grouping is going...

@pldmgg my biggest problem with your solution is use of CredSSP. That is a less secure method for credential handling and I think exposes a lot of risk to the...

If it is going to be editor agnostic, it would make sense to continue the pattern to have a generic Workspace profile and a Host/Editor specific profile that can be...

@rkeithhill The `workspace` term is not used in all editors as many will use `project` but I think the definition of the term is clear enough that it can be...

> Right now I have Defender, Bluetooth Devices, Nvidia Settings, Dolby Audio, Ear Trumpet, and OneDrive running in my system tray. Out of all of these, probably only Ear Trumpet...

> Using the Start menu as described above can work just fine for those types of apps. I strongly disagree. I don't know your app so I can't speak to...

I would want the existing Streams and Write cmdlets/functions to work automatically with the Logger without having to use a separate `Write-Log -Verbose` to log entries. That keeps it more...

Security logging is certainly separate concern from debug and process logging. Transcription didn't solve logging for scripters because it's too much, hard to read, and doesn't give control for what...

There is a good detailed blog post on how to implement this in PowerShell today: [Cancelling a Pipeline](http://community.idera.com/powershell/powershell_com_featured_blogs/b/tobias/posts/cancelling-a-pipeline). I think it would be useful to implement something like as a...