Zanie Blue

Results 2953 comments of Zanie Blue

Yeah good point, I wonder if we're setting the wrong timeout? We shouldn't be enforcing this timeout when data transfer is actively occurring.

It seems like the next steps are to: 1. Determine what exactly the timeout we are configuring applies to 2. Create a simple MRE 3. Determine what is happening with...

See https://github.com/seanmonstar/reqwest/issues/2237 It looks like we're using a deadline for the full request not a read timeout as desired. We need this functionality to be added upstream.

See https://github.com/seanmonstar/reqwest/pull/2241

Unfortunately you can't `source` things _for_ someone from another process.

Hi @lmanc — thanks for the write up! I'm actually adding tracking of all of these sources at #3266 so I think we'll have better logging of that in the...

It seems best if we can avoid allowing this, just to keep things tractable. I'm also curious why not just compile from the `pyproject.toml` directly the second time?

A full answer is pretty complicated, I'll try to get to it later. In the meantime, I can point you to a couple similar questions: - https://github.com/astral-sh/uv/issues/1703 - https://github.com/astral-sh/uv/issues/1572

We made this as a safety choice, but perhaps we can reconsider or allow opt-in to the relaxed behavior. Generally you'd put them all in a requirements file then install...

You can do `echo "foo" | uv pip compile -`