237dmitry
237dmitry
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Summary of the new feature / enhancement It would be better to add a `-Raw` switch to the `ConvertFrom-StringData` cmdlet. Thanks to this, the user can avoid potential errors,...
Please add hdpi and xhdpi support for xfce4. The window buttons are very small and the window title is disproportionately narrow.
Colors are similar but not exact. This applies to all colors, not just the background. Transparent background and 256 palette turned off.  Arch Linux, Tilix and xfce4-terminal. 0.99.5
The title of terminal emulator does not changed when start playing next track. The title stay the same from the first track to the last one. Format of terminal title:...
I know that it is possible to open a playback queue, but it would be very nice if after restarting the player, the cursor position on the navigation pane would...
### Summary of the new feature / enhancement For example automatic variable:  On screenshot `$ps2count` as a concept of how to use this variable. Nowadays increment of variables (...
xfce4, hdpi xfwm4 
### Summary of the new feature / enhancement `ConvertFrom-StringData` returns array of hashtables if input is array of strings. It would be useful to output single hashtable (or pscustomobject). Examples:...
### Summary of the new feature / enhancement There is `ToFileTime()` but not `FromFileTime()`. Only as static of `System.Datetime` ``` $ft = (Get-Date).ToFileTime() (Get-Date).FromFileTime($ft) # not working (Get-Date)::FromFileTime($ft) # working...