ComplexSpaces
ComplexSpaces
> It doesn't support adding extra root certificates in all platforms... This is correct 👍. At this point its just Android missing it, which has been stuck on some fairly...
`reqwest` is already using the `0.23.x` series of releases based this PR's diff and [on main](https://github.com/seanmonstar/reqwest/blob/master/Cargo.toml#L145) though. Cargo won't let you stay behind on an older release like `0.22.x`. EDIT:...
After a quick check, it seems non-trivial to downgrade `rustls-platform-verifier`'s MSRV to match `reqwest`s and also support the latest version of crates without causing problems. There's both crate duplication issues...
> Some OSes have marked it deprecated (such as Apple) FWIW this is not true. Nothing that is used for chain verification in Apple's `Security.framework` is deprecated. Apple deprecated their...
I hadn't heard of termux's API before, but I wouldn't be opposed to supporting this behind an opt-in feature flag. Would that be sufficient for your needs? I don't think...
This is going to be very low priority for me to implement, but I would review a PR that cleanly overrode the "platform clipboard" with a tmux implementation based on...
Hey there, thanks for the suggestion. I don't see any problems with implementing PNG-based fetch support. I think I'd just have two asks: - Try the change out with several...
Hey @wcassels, sorry, it has been busy! I'll give a reproduction a try tonight or tomorrow and let you know. However, I think your hunch here is correct. Did any...
I was able to reproduce the entirely-zero alpha on Windows 10 today. I copied https://commons.wikimedia.org/wiki/File:PNG_transparency_demonstration_1.png out of Firefox and had `arboard` print out a sum of the alpha channel values,...
> That's what we're currently setting on the output header we're passing to GetDIBits. Looks like swapping to BI_BITFIELDS just works? Explains my above confusion Oh good spot, that was...