Grzesiek11

Results 68 comments of Grzesiek11

> **Examples of disallowed plugins:** > [...] > - Copying or Transferring servers

Issue on the rustc/std repo: https://github.com/rust-lang/rust/issues/147437 (technically for Vita but same issue in terms of broken libc) Apparently the new libc version has a regression so this will take more...

Actually nevermind, this is possible, you just would need to remove results client-side. Which is jank but like, could work, somewhat...? Whatever I'll just leave it open.

I tried implementing this [here](https://github.com/jedenastka/curl-rust/commit/c578f365189c3fc025e2b6fa52e87b970a98f848) and it seems to be working well. I'm not 100% sure it is sound (don't have a lot of experience working with unsafe), but I...

I believe my implementation might be unsound, as not all methods on the handles that interact with libcurl require a mutable reference (for example, `Multi::remove2`): my code always uses `Mutex`...

So tests fail with cryptic messages. That's nice, probably why they were commented out... It does work on my machine though. Edit: Okay, nevermind, this is not ran by `cargo...

I don't have time to test this right now, but wouldn't this break the member list toggle? Maybe this is desirable. That said, in that case the toggle has to...