Mike Harris

Results 19 comments of Mike Harris

That crate seems purely about locating the correct directory(s) in which to look, it does not actually locate certificates inside those directories. Also openssl-probe is used by other crates that...

I'd love to see this too. Or if not this, then at least some sensible Error type that does implement `std::error::Error`.

> So if the handle decrement is removed and allows programs the ability to send a new request with a better(hopefully) buffer size then there is a real risk of...

I had a case of this today. It occurred in a VM running under Virtualbox, running Rocky Linux 8. The application I was testing is quite complex, the relevant bit...

This makes perfect sense. You would need to have at least N+1 runtime threads in order to be able to drop N `File`s simultaneously - which explains why most cases...

Is anything going to happen with this? I would like to extend XML DOM functionality with SVG DOM functionality. The simplest way would be to subclass relevant xmldom classes. I...

Reading a little further, it seems that if NULL is returned from FindClass, you should check for an exception by calling `env->ExceptionOccurred()`. There are a number of exceptions which can...

Sorry for the delay. I believe this format is called "basic ASN.1 value notation" and is specified in X.680 - the same spec that defines ASN.1 itself.

I have found one workaround for this. If you define a dummy root package within the workspace toml file which lists all of the workspace crates that have features as...