Yonas Yanfa
Yonas Yanfa
@japaric I just tested the recurser. It doesn't pickup the `--roots` CLI flag.
No, I did not setup `name.toml` Yes, I used the `recurse` binary. Which binary does this PR affect?
@stappersg Is there anything gitoxide is missing that rgit currently depends on from git2.
This would be nice to have.
`git2-rs` needs to be updated to v0.19.0 which pulls in `libgit2` v1.8.1 with this fix committed: https://github.com/libgit2/libgit2/pull/6803 **Edit**: That helped a bit, but still get the error.
I'm trying to make this patch work, but I'm still getting the error. `Cargo.toml`: ```diff diff --git a/Cargo.toml b/Cargo.toml index 31f44d1..83b49ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@...
Completed in #167 . This can be closed.
@denfren I'm passing the output to [Taskfile](https://taskfile.dev) . Your example doesn't cause any errors. I'm looking for the formatting. The `.env` formatting would make sure to: - automatically uppercase variable...
Thanks @aarond10 > Does adding "-x" work? (no HTTP/2 or HTTP/3). No, I get the same error. ``` $ build/https_dns_proxy -v -x [W] 1707440609.746723 main.c:235 HTTP/3 is not supported by...
> Did you build the code from source... Yes. > ...what version of curl are you running? (curl -V) ``` ❯ curl --version curl 8.5.0 (amd64-portbld-freebsd14.0) libcurl/8.5.0 OpenSSL/3.0.12 zlib/1.3 libpsl/0.21.2...