-
##### SUMMARY
With ever growing host count (currently 180 ansible managed windows 2019/2022 servers), I am seeing more and more of these errors, breaking our deployment CI/CD pipeline:
```
An exc…
-
When using the custom shell wrapper with powershell I get an error from github actions:
I am doing something like this on Windows runner.
```
- run:
pytest
shell: pixi run pwsh -e test…
-
@pfitzseb are interrupts working for you?
They seem to be universally broken on 0.5 (on OSX and linux at least), in which case the powershell wrapper unfortunately isn't buying us anything any more.
…
-
> Originally posted by @Aqaao in https://github.com/sxyazi/yazi/issues/1921
---
### What system are you running Yazi on?
Windows
### What terminal are you running Yazi in?
wezterm
#…
-
### 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 ex…
-
Check out the Initial release for [PSLiteDB](https://github.com/v2kiran/PSLiteDB)
-
See PowerShell examples:
```
[convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes())
[Text.Encoding]::UTF8.GetString([convert]::FromBase64String())
```
https://stackoverflow.com/questions…
-
Powershell also known as `PS` is a default MS Windows shell, which is used by MS Windows administrators for scripting and management.
CLI can be used on MS Windows however:
- CLI can return `jso…
-
There are issues with escaping evaluation strings on Windows. see #747 #777 et al.
Add a `yq.ps1` file
```powershell
Param(
[string]$command,
[string]$yamlFile
)
$escCommand = $comma…
-
> zoixde yazi can not use ,Unable to jump
_Originally posted by @Wu-Felix in https://github.com/o2sh/onefetch/issues/1452#issuecomment-2470462841_