Tarushii Goel

Results 4 comments of Tarushii Goel

Hi, thanks that makes sense. Unfortunately I am trying to test whether the Assume role provider works with mount-s3, so using the process credentials provider will defeat my purpose. I...

Hi, I was thinking of working on this. Do you think a reasonable solution would be to instead of returning a `PythonPackage`, return an `Undetermined` type, and then in `as_command()`,...

Hi, I liked your idea, so I implemented something along those lines in https://github.com/astral-sh/uv/pull/9722. Could you take a look at this? Thanks.