noamgot
noamgot
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
## Feature request - dry-run indication when using `--dry-run` flag, there's no clear indication that this is a dry run. IMHO, it would be useful to add some textual indication...
### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...
**Describe the bug** I ran the `curl` installation script and got this error: ``` curl: (22) The requested URL returned error: 403 [installer] the script failed with error 1.\n \n...
## Feature Request When running the memray plugin over multiple tests in parallel (using `pytest-xdist`), it shows only the N tests that used most memory. While that's great, I would...
### Problem description When using `pixi tree -i pkg`, we see **all** the installed packages that depend on `pkg`. I think it would be nice to add an option to...
When calling `s5cmd ls s3://bucket/file` the time is displayed in UTC timezone. It would be nice if it's displayed in local time zone (as donw with `aws s3 ls`). This...