Blanca Negrete
Blanca Negrete
# PR Summary Fix #26513 Fixes behavior where ConvertTo-Csv and Export-Csv incorrectly used the culture-specific delimiter even when explicitly passed -UseCulture:$false. When UseCulture is set to $false, the commands now...
This PR adds a warning when the --ignore-stdin flag is used while there is data coming through stdin. This prevents confusion about why piped input is not being processed. Modified...
This pull request adds installation instructions for pipx to the README. pipx allows installing Python CLI tools in isolated environments, keeping the global Python setup clean. Closes https://github.com/httpie/cli/issues/1636