Chris Waterson
Chris Waterson
I've had great success running docker-mac-net-connect with Docker Desktop 4.15 and below on an M1 mac. However, that environment started to get a bit unstable after I upgraded to Ventura...
This change provides a `path_conda` to use for the eval in the testbed directory that will be reused across evaluations, and modifies the context manager's behavior so that a non-existent...
This change ensures that we don't _replace_ the environment but instead modify it. This allows e.g. important variables like HTTP_PROXY to be passed down to the subprocess. Fixes #111
### Describe the bug In our environment, we need to access the public internet through a proxy. We typically do so by setting HTTP_PROXY etc. in the environment, which libcurl...
### Describe the feature Right now running an eval (e.g., using the SWE-agent evaluation/evaluation.py script) runs in such a way that a temporary conda environment is created each time you...
This is a do-over of #2653, wherein we support asynchronous signing for 'normal' channel operation. This involves allowing the following `ChannelSigner` methods to return an `Err` result, indicating that the...