James Brundage

Results 20 comments of James Brundage

@rhubarb-geek-nz yep, you've answered your own question. I don't love the approach at play here either, _but_ it was fairly straightforward to improve how it worked. I'm not quite sure...

> The WG discussed this and since we've been adding support for timespan in other locations, it's very reasonable to include this for Wait-Event. Good to hear. I've updated the...

@brokedarius I don't think this is a crazy ask at all. 1. It solves a "discoverability gap" in PowerShell. (there's Import/Export/ConvertTo/ConvertFrom-CSV) 2. It's shorter / less error prone than Piping...

@romero126 are you being sarcastic? I could see a high-level theoretical argument that essentially ConvertTo/From _is_ Export/Import, just without requiring a -Path. That stated -a- that feels much more disruptive...

> Why would it need a PropertyName value? Wouldn't you just hard code that into the script? You're right. Removed the PropertyName and simplified the implementation quite a bit.

> WG-Engine discussed this one today, we agree on including the currently proposed transformation attribute. We are unsure whether the originally proposed PropertyName is _necessary_ although it was raised that...

This looks interesting. I tackled _some_ of the requests in a proof-of-concept module I made a bit back: https://github.com/StartAutomating/PowerHistory I'd hope that one of these days, we'd be more willing...

> @daxian-dbw Perhaps it would be better if both persistence mechanisms were available and users could decide which one to use according to their preference or need. Maybe, and this...

You know, this is one of those this I wish were much easier than it is. Long story made short: Lots of engines can convert SVG to PNG. Few do...

@PrzemyslawKlys I think this one would be fairly straightforward... just checking for "null burps" within a collection. I'll take it if you want it.