237dmitry
237dmitry
I could not reproduce: ``` $ Save-PSResource -Name PSWSMan -Version 2.3.0 -Path ./Downloads/ -IncludeXml $ tree -d ./Downloads/PSWSMan/ ./Downloads/PSWSMan/ └── 2.3.0 ├── bin │ ├── glibc-1.0 │ ├── glibc-1.1 │ ...
> Its not the same scenario. A did not find modules with similar versions: ```powershell $ Save-PSResource -Name PSWriteColor -Version 0.7 -Path ./Downloads/ -IncludeXml $ Save-PSResource -Name PSWriteColor -Version 0.71...
You can use sqlite3 to read the `play_count` values for tracks. But I'm not sure if they are accurate. ``` $ pushd ./.config/musikcube/1/ $ sqlite3 ./musik.db SQLite version 3.49.1 2025-02-18...
I think it should respect $env:PAGER if it's defined. If it's not defined, it should work as it does now: ``` Using Paging is similar to using the more command....
I suspect that scripting constructs are not used very often interactively. Personally, I load custom functions using dot-sourcing functions.ps1 from $profile. In interactive mode, I use anonymous script blocks `&{...
> Editors like VS code get their completion data from the PowerShell engine Then it would be a convenient addition.
It works in my environment 
Just one guess, check Experimental Features: ```powershell $ Get-ExperimentalFeature PSFeedbackProvider | fl Name : PSFeedbackProvider Enabled : True Source : PSEngine Description : Replace the hard-coded suggestion framework with the...