Joel Bennett

Results 399 comments of Joel Bennett

My suggestion would be that you: 1. Should call `Import-JiraConfiguration` within the module at module load time (so the module is configured at startup). 2. Consider using the same Noun...

Sure, the Slack bridge could _convert_ the image, but Discord **already has** all the formats... In fact, the discordjs call `user.avatarUrl()` _takes_ [image URL options](https://discord.js.org/#/docs/discord.js/stable/typedef/StaticImageURLOptions) like `avatarURL({ format: 'png' })`...

@phoenixtekk that's a totally different problem. You should be able to just `Install-Module ModuleBuilder` instead of starting from the source of ModuleBuilder... But if you want to build it from...

For what it's worth... After all these _years_, the new version (named [PSResourceGet](https://github.com/PowerShell/PSResourceGet)) has finally released with support for the v3 feed format. It might be worth testing with that...

> FYI: not so known but also to consider, the fact that it is valid to use _single_ comment lines for your help: This is *really* well known, among those...

Is there any chance of this being merged at this point?

It's been a long, long time... There's so much I feel that I should say But words can wait until some other day

Or in the 7.x timeframe.

Sorry about that being multiple commits. I don't know why I ever use the web code editor, even for README changes...

I'd love to see the HelpMessage (if any) printed by default. Further than that, if there is no HelpMessage, I'd like to see the parameter help printed, since I think...