Michael Spiegel

Results 10 issues of Michael Spiegel

The documentation of PHP's internal session serialization format does not provide a lot of detail. Here's what looks like a reasonable implementation of deserializing the session format. I will probably...

This pull request adds support for https://github.com/ua-parser/uap-core/commit/3021618f6f449e579fb1c8213207071ba37c1f78. It also cleans up the hashCode() methods for the various classes.

brand/model

This is a first attempt at implementing #31. Adds the types JSONMarshalError, JSONUnmarshalError, HTTPRequestError, HTTPResponseError, and UnmarshalError. These errors represent the different steps in the GraphQL request where errors can...

I want to submit a pull request that provides a less opaque error type. This is similar to #29 but has a broader purpose. I want to get some feedback...

enhancement
thinking
API decision

The default behavior of checks-out is to only accept approvals that occur at a later time than the HEAD commit on the compare branch. The commits are timestamped by the...

Is it worth providing support for progressive jpegs, ie. with an optional flag that will render the image when it begins loading rather than when it finishes loading? I recognize...

feature request

This new method is intended to support autonomous accounts that should be allowed to ignore any future disk quotas (which are not yet implemented). The field 'ignoreDiskQuota' has been added...

I think there's a copypaste error in the comment at https://github.com/spruceid/ssi/blob/c800b20463024ea0d9e144635de9a6c6d9fcde03/crates/jwk/src/lib.rs#L1082 A P-384 public key serialized with point compression is a 49 byte string.

Hello, Thank you for maintaining this crate! I need to use some json-ld functionality in a no_std environment. I have started adding no_std support to the dependencies of this crate....

Enable integration tests with no default features.