Guy Elsmore-Paddock

Results 106 comments of Guy Elsmore-Paddock

@cailynse I believe that there is some confusion in the way that the API conventions are being interpreted. Saying that all lists must have names ending in "List" is not...

Update: I've been running #10190 locally and it's not a perfect fix, either. There are cases in which a command with a lot of parts to it completes successfully, but...

It looks like the solution to this issue might be as simple as changing these lines in `openhands.runtime.impl.docker.docker_runtime.DockerRuntime.init_container`: ```python self.container = self.docker_client.containers.run( self.runtime_container_image, command=command, # Override the default 'bash' entrypoint...

@wolfspyre That makes sense. For what it's worth, `init: True` is working really well for me!