Joel Bennett

Results 399 comments of Joel Bennett

tl;dr: These objects should have a `SemanticVersion` property so we can sort by that. To make `| Sort Version` work the way it's described, you would have to change the...

The point isn't to make it compatible with `Get-PSResource` but with `Get-Module` (and `Import-Module`). If I want to check if the **latest** PSReadLine module is available, I need to run...

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...

Couldn't you skip re-parsing the file, and just count the unique line numbers that actually have non-comment tokens on them? ```PowerShell ($FunctionDefinition.Copy().Findall({$true},$true).Extent | % { $_.StartLineNumber, $_.EndLineNumber } | Sort...

A metamodule called PolarisHtml sounds like the right thing to me ... It's worth pointing out that if you add a dependence on (or even a script that _recommends_ people...

You're missing the point @Stephanevg I **strongly** oppose adding the dependency on an HTML module to this module -- or vice-versa. #### Polaris does not *Require* an HTML rendering module...

@Tiberriver256 The AzureRM module. Oh, wait, you said **good** example. Hmm ... 😜 The AzureRM module is a weird one because they **CHEAT** to work around an [old bug](https://github.com/PowerShell/PowerShell/issues/2607) in...

Currently, I'm trying to do the install from the Python notebook, by using the `!` to run bash commands, but I can't install dotnet: ```bash !curl "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh" > dotnet-install.sh !chmod...

yeah, in particular the lab *console* is broken, I *also* need to add support for a `history `message that I somehow missed in the Jupyter docs.

Well, access to a notebook (e.g. [readme.ipynb](https://github.com/Jaykul/Jupyter-PowerShell/blob/master/ReadMe.ipynb)) doesn't mean you have access to my computer, account and thus credentials stored in my Windows Credential Vault -- there are hundreds of...