Gal Szkolnik

Results 113 comments of Gal Szkolnik

Thanks for the suggestion @h404bi, I'll try that. Is there a way of having the manifest sync locally with the totalcommander one? I do want to leverage the auto-updated manifest...

Thanks for the vote of confidence! realy appreicate it. As a temporary workaround, @ompadu, you might get away with installing corretto in 32 bits, and have OpenJDK in 64.

Thought it might do with capturing of the error stream, but this caused the same behavior: ``` $Prompt.Add( { $(try{throw "error"}catch{} *>&1)} ) ```

How about a way to ignore the error for a specific variable - base on output - or maybe even adding a custom object to the ErrorVariable? I understand it's...

> PowerShell doesn't care that you're handling the error. I filed [PowerShell/PowerShell#3768](https://github.com/PowerShell/PowerShell/issues/3768) about this years ago. Thanks for that. One bizarre thread, a lively discussion, with an [agreement from the...

Just encountered this - running for the first time on a Ubuntu GUI. I can confirm that none of the default `XDG_...` env variable are pointing to a user writable...

So a bit more about this. Per the [specification](https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html), these environment variables, they have default values if they don't exist (fun!) I think the biggest hurdle here, is that while...

Thanks! I didn't realize EzTheme would be taking over that role. I'll try playing around with it. As for screenshots: One (maybe convoluted) method would be to use some terminal...

@Jaykul - how about using the `Backup` and `Restore` verbs? So `Set-PowerLinePrompt` will be for setting, `Restore-PowerLineConfiguration` will be for explicitly restoring from a previously (or default) setup, `Backup-PowerLineConfiguration` will...

Per rejected PR https://github.com/lukesampson/scoop-extras/pull/5088... I think the problem is that the Themes folder is part of the downloaded package, so if it is persisted, the unpacking will override anything in...