ComplexSpaces

Results 110 comments of ComplexSpaces
trafficstars

I agree with K.J here. There are many subtleties with all of the buffer copying in the image handling so I don't think this is ideal. Additionally, this user is...

With the removal of the API entirely in https://github.com/mozilla/authenticator-rs/pull/250, this PR is now irrelevant AFAICT. I'll go ahead and close this.

> How would unused code create noise in backtraces? A lot of crash dumps/symbolicators list exported symbols in dynamic libraries, and the C API caused multiple to be present.

I believe that the method should remain public so that users of the `PrivateKeyParts` trait can know when the different pre-computed values have been prepared (see [this Zulip conversation as...

👋 Hey there, would it be possible to assign this issue to me? I'd like to implement it as part of a work project and have some allocated time. We're...

FWIW, to close a little bit of the loop here, https://github.com/rustls/rustls-platform-verifier now exists as an alternative/replacement for `rustls-native-certs` to ensure that these behaviors are accounted for. It verifies certificates using...

Since it looks like this was figured out and a working solution was found, I'm going to close this in an effort to keep the issue tracker tidy.

I am going to close this issue since I'm not aware of any more memory leaks in `arboard`. All of the macOS ones have been removed (and tested) in previous...

I'm going to close this issue since its old at this point, and a reasonable answer was provided. FWIW I have also experienced similar when testing with large images on...

> What's the use case for using core-foundation-sys in a no-std environment? @jrmuizel Binary sizes, primarily.