Joel Bennett
Joel Bennett
How's that going, @jaller94? You know, to avoid the dependency on `convert`, you could always ship your own binary 🤨 -- at least, that's what [/scionoftech/webp-converter](/scionoftech/webp-converter) does...
I don't think _this_ bridge will ever see the discord URLs. However (at least in my case), I think the icon is coming from a matrix media server that could...
This also affects properties _and methods_ chained after method invocations like: ```powershell $Credential.GetNetworkCredential().Password ``` 
Check out what I did in [RequiredModules/build.ps1](https://github.com/Jaykul/RequiredModules/blob/main/build.ps1) to make the single `Install-RequiredModule.ps1` script out of a module (including it's binary dependencYy!) I actually thought about including [`Compress-Module`](https://github.com/Jaykul/RequiredModules/blob/main/pack.psm1) in module builder,...
For starters, I agree with you -- building a module that won't import and then not failing or at least warning doesn't seem right. I mean, I'm _always_ building a...
Yeah, I think I can take a look at that. It's likely the extra locations are basically going unused anyway ;-)
LOL. Yeah. I have a couple more pieces to do in the build (I'm working on a Script Analyzer action), and then I was thinking of trying to auto-publish builds...
Ok, that stuff is done (enough). I still want to make some improvements, but the build is working and running tests and script analyzer, and it's merged to master. Thanks...
Well, obviously I disagree that it's standard or the best way (and Pester itself [certainly doesn't do that](https://github.com/pester/Pester/tree/13d65958ae6dc33bb18824b6acb48509f11b6784/tst)) but I would be happy to add support for `Exclude`. Honestly, I...
I [filed an issue](https://github.com/pester/docs/issues/148) against the Pester docs, because I can't find **anyone** who does that. I think they're talking about it from a "my first PowerShell script" practice, not...