Philippe Elsass

Results 133 comments of Philippe Elsass

Sounds like something which should be implemented on top of livereloadx and not built in.

Sorry I was thinking about the service - yes a config file could be a thing. Shouldn't be too hard in fact, maybe you can contribute that? Disclaimer: I'm not...

I have this error when running without delay - adding `-d 10` for instance fixes it for me.

@ds300 can we get that fix in? That doesn't work for us too - for some reason it's installing the wrong version in the temp directory and generate incorrect patches.

Could `Get-GitStatus` accept extra parameters? I don't like seeing the git status in the prompt, so I set `EnableFileStatus=$false`, however I would really like to be able to call like...

If `-Force` would override `EnableFileStatus` that would be most suitable. Currently the behaviour of `Get-GitStatus` basically depends on "user preferences", which means this function can't be safely used by utilities...

I appreciate that with the optional `Force` parameter this could justify changing the description of the method to be like ``` .SYNOPSIS Get the git status as a PS object...

Just to be more specific: what's annoying is the strong 45° jump even if the left Arrow is pressed very shortly.

Also .onComplete/.onCompleteArgs could be gathered as a chainable .complete(handler, args) ;)