237dmitry
237dmitry
> you want your code to be pretty This! You finally got it. No one will limit you in using the fastest method. The difference at 1e6 iterations is a...
> I would only recommend this as a local solution Personally, I don't need local solutions and workarounds
> Nobody needs this proposal Are you responsible for everyone or just for yourself? If for some reason you personally don't need or aren't interested, then why did you come...
> I am interested and personally Then you must admit that these two methods differ in syntax and seem illogical (syntactically). Adding parameters to the Get-Date cmdlet can solve this...
> No Isn't there a difference? Between a static method and an instance method? Actually, it's not that easy, especially for new users, to find the opposite solution, it needs...
> Fortunately [Join-Dictionary](https://www.powershellgallery.com/packages/rhubarb-geek-nz.Joinery/1.0.5) already exists. The issue is about enhancement of `ConvertFrom-StringData`
There is not `theme-variant` in my dump ```powershell $ dconf list /com/gexperts/Tilix/ app-title copy-on-select paste-strip-trailing-whitespace profiles/ prompt-on-close prompt-on-delete-profile quake-specific-monitor sidebar-on-right terminal-title-show-when-single terminal-title-style warn-vte-config-issue window-style $ dconf dump /com/gexperts/Tilix/ | grep...
> Deinstall & reinstall didn't fixed it either To completely reinstall tilix, you need to remove its gsettings: ``` $ dconf reset -f /com/gexperts/ ``` _Imho this Tilix problem depends...
Try to turn off update checking. Set environment name `POWERSHELL_UPDATECHECK` with value `Off`
> Tee-Object: A parameter cannot be found that matches parameter name 'whatif'. In your example `Whatif` is a parameter of the function `Test-Tee` ```powershell $ (Get-Command Test-Tee).Parameters.Keys Verbose Debug ErrorAction...