Joel Bennett
Joel Bennett
I think it should just look at powershell.config.json (if it exists) and use the PSModulePath there (if it exists), and otherwise fall back to what it is now. If there...
You're misunderstanding it, @o-l-a-v -- I mean, I'm not saying the docs are great, but **just try it**. Each config file (one in `$PSHome` and one in `Split-Path $Profile`) **overrides**...
@OranguTech wrote: > IMO this makes it worse-than-useless (because it breaks existing functionality for no trade-off). If you can get the rest of the ecosystem to honor `powershell.config.json` (and get...
Yeah, I've been getting "not found" location as well, and it's the same thing (if I call it with my IP specifically, it still returns not found). IpInfo's location service...
This is *definitely* a bug. However ... You just need a blank line between the shebang and the help to work around it.
It _does_ seem like it should, at the very least, let us know that there _is_ a pre-release version available. Something like: ``` WARNING: No release version of Microsoft.PowerShell.TextUtility could...
> Just confirming, is there any ability within this using the new slack app to post in a channel within slack using a nickname that isn't the same name as...
What I mean above is that `New-Object` **should not** be used to create hash tables -- because it produces **unexpected** and incorrect results. That is, you should almost always use...
You _are_ right that it would be worthwhile making the general recommendation as well. I have changed the original post to reflect what I would propose...
That's true, but there's really very little difference when we're in automation. In general, I'm not a fan of apps spitting out help when they're not explicitly asked for help,...