Jim Dabell
Jim Dabell
`--prompt=terminal` writes the prompt to `stderr`, as seen in #417, but `credential_process` swallows everything written to `stderr`. So if you are using `credential_process` and MFA, `aws` commands appear to hang....
> What other techniques are part of your regular accessibility strategy? > > Descriptive `alt` text > > Providing alt text that describes the purpose or content of an image....
If my project has a module called `foo` and a section in `pyproject.toml` with: ```toml [project.scripts] foo = "foo.cli:app" ``` …then it’s not possible to call the script with `uv...