Jiahao XU

Results 1312 comments of Jiahao XU

Thanks for reporting! For the documentation issue, I'd accept pull requests fixing them. For 401 when invalid token is used, I think we have code handling that, by falling back...

We do have code to parse error from output. https://github.com/openssh-rust/openssh/blob/388315384219da30c384d073db09518846b529d4/src/builder.rs#L492 However it seems that this does not catch unknown option error, we can definitely add that

> Strings and most user-defined classes can't be used without the GIL, in particular. At least this would allow some interesting experiments with parallelism and multi-core. If we can prove...

Won't it be better to a dyn trait object instead? Then we could share apply layers for retrying/cookie/proxy etc, reuse reqwest client with async code And that would allow arbitrary...

> Oh, and I seem to remember now that this was also about async vs sync, and the Transport trait turns async in case an async HTTP implementation is selected,...

I feel like you could achieve both sync git client and async git server by doing: - sans-io low level transport, having a sans-io state machine is clearly easier to...

Hmm just realize that with io-uring, maybe all disk I/O will become async as it really provides exceptional performance, though it doesn't have to be in `async {}` block to...

Maybe you could expand the `Transport` trait to cover every network-related operation gix ever made, and so make sure the `Transport` trait is always sync, thus removing the need for...

Seems like it's really a GHA permission/scope issue

This is due to #442, a possibly false positive of virus causes us to mass delete the tags. We then recovered some of them but some older, less frequently used...