Joel Bennett

Results 399 comments of Joel Bennett

[The commands are prefixed by the psd1](https://github.com/PoshCode/PSGit/blob/dev/src/PSGit.psd1#L113), and the private functions are supposed to be blocked by it, but aren't right now! The idea was that [FunctionsToExport](https://github.com/PoshCode/PSGit/blob/master/src/PSGit.psd1#L61) should be set...

I have an alternative implementation of all this, which does use the existing runspace. It started as an experiment with PowerShell classes, but I found that since Nancy uses callback...

Honestly, in `Get-ProjectName` I would rather add a test for the root folder being a single character (e.g. Azure's "s" folders) and go straight to reading the value from the...

One way we can do things like this is using remoting. If you could remote to your own computer without needing to be elevated, you could do something like this:...

This **really** isn't the whole answer -- it would require every module to actually **package** copies of every dependency. If we think the right solution is to build NPM-like warrens...

### Proposed technical implementation details (optional) The obsolete parameters should be marked obsolete **via documentation** (and hidden if possible from tab completion) but not removed (since they don't break things,...

I'm not sure what's going on here, but it might be worth pointing out that the output _does_ come out: If you run: ```PowerShell $InformationPreference = "SilentlyContinue" "Hello","Goodbye" | foreach...

For what it's worth, the `RawUI.ForegroundColor` and `RawUI.BackgroundColor` are not quite the same thing as adding a PromptColor and PromptDefault ... I mean, before `$PSStyle` broke everything, those controlled more...

Oh, hey, this is still open? I finally separated Metadata into it's own module...