237dmitry

Results 21 issues of 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. -...

WG-Engine
Up-for-Grabs
Breaking-Change

### 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,...

Issue-Enhancement
WG-Cmdlets
Up-for-Grabs
In-PR
WG-Reviewed

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. ![musikcube](https://user-images.githubusercontent.com/78153320/226350044-6c0cf01e-3bdd-44b4-8a54-c6ce23bf8002.png) 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: ![ArcoLinux_2023-05-13_21-53-00](https://github.com/PowerShell/PowerShell/assets/78153320/9ea1179c-6783-4ad4-8176-f1386eda9f7e) On screenshot `$ps2count` as a concept of how to use this variable. Nowadays increment of variables (...

Issue-Enhancement

xfce4, hdpi xfwm4 ![ArcoLinux_2023-07-30_08-41-05](https://github.com/vinceliuice/Lavanda-gtk-theme/assets/78153320/7b5c822e-15b2-4f22-97a4-11e7004d1e57)

### 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:...

Issue-Enhancement
WG-Cmdlets
Needs-Triage
WG-NeedsReview

### 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...

Issue-Enhancement
WG-Cmdlets
Needs-Triage
WG-NeedsReview