Joel Bennett

Results 398 comments of Joel Bennett

For what it's worth, the problem I have is that I don't think you went far enough. I really don't want TabCompletion to replace generic values like `~` with the...

I came to complain about this not working at all, but I guess maybe I'll try explicitly wrapping it in an array? This needs to be backwards compatible...

From the example, you seem to have _eaten_ the error!? Tee-Object should still pass through errors, surely.

Incidentally, is it **even possible** to get output in `-OutVariable` or `-ErrorVariable` from this command? I mean, even when I do, say `| Tee-Object -File Variable:\Foo` or `| Tee -File...

You allowed the perfect to become the _assassin_ of the **functional** here. **EIGHT YEARS LATER** instead of having _a less than ideal way_ of changing the password, we have _no...

I'm thinking about fixing this for our own internal use, @PlagueHO and I could probably send a PR. I'm trying to decide if I should just do the simple boolean...

I do think PSReadLIne should probably convert `` `r`n `` to `` `n `` when it's passed to `Insert` The offset problem only manifests when it's being called like this...

It's too bad this relatively simple request got set aside for a more elegant but unachievable better idea ... Given it's been 6 years, do you think we could just...

Yeah, I don't know... I think any feature that needs extension method support should be stuck waiting for extension method support -- like the rest of us. I don't like...

That's a little silly. Why are we checking if the new length is greater than the old? That's not relevant!