Weike Qu
Weike Qu
Interesting, from https://github.com/runfinch/finch/pull/154, it seems like a host encountered a vm stop timeout command and then proceeded to fail more with a buildkit related error in a "refreshed" run.
Can also recreate in @vsiravar 's rootful mode finch.
Thanks for submitting the issue! I can reproduce the behaviour on my machine with both finch as well as nerdctl. Will open an issue and try submitting a fix with...
Can recreate. Seems that `finch help command` returns the cobra generated help instead of passing it down to nerdctl. ```bash $ finch help run Run a command in a new...
Notation 1.0 is out: https://github.com/notaryproject/notation/releases/tag/v1.0.0
Was able to do a patch to get past the version --format check, but getting some subsequent errors. Anyone have any idea? ```sh [31 ms] Dev Containers 0.295.0 in VS...
Since #525 is merged for better compatibility, we are unblocked for this previous issue. But upon further investigation, it seems like we may have hit a wall with it looking...
If I supply it a dummy `docker.sock` file, it proceeds to predictably fail a few lines later running a docker command. ```bash [6992 ms] Start: Run in container: /bin/sh [7571...
Additionally, we found that `experimental_throttle` prematurely ends client-side tool calls (the model calls the tool, but does not take another step afterwards). To reproduce, use the example here as a...