Raman Gupta

Results 156 issues of Raman Gupta

Great library. I have a mini-lib that does the same thing, and I would love to migrate to Human-Readable, but my mini-lib seems to have a couple features I need...

enhancement

### Before submitting this form - [X] I have checked that there hasn't been a similar issue submitted in the past - [X] I have updated the issue title to...

bug

The implementations of `AbstractUnnormalizedKeysDecoders` which was created in PR https://github.com/sksamuel/hoplite/pull/413 "restore" the unnormalized node keys. Unfortunately, when a decoder that requires normalization is further down in the tree, such as...

Resolves https://github.com/sksamuel/hoplite/issues/443. This PR starts from the regression repro created by @osoykan (b256e2e13d1f11109142d3c533c028b44aa3bdad), modifies it to a minimal issue reproduction (4b706655cd50b7e2b68b79905810f57054ddd401), and then fixes the two related problems (da9706c433d70b3d7d578c45442d1b10eeff8b63 and...

Resolves https://github.com/bugaevc/wl-clipboard/issues/233. Adds the following MIME types as String types: application/x-pem-key application/pkcs8+pem application/pkix-cert+pem

Yet another MIME type to treat as text in [`mime_type_is_text`](https://github.com/bugaevc/wl-clipboard/blob/4f20741f66c4e9bcf45481e941e344f8fe5e998d/src/util/string.c#L24). ``` application/x-pem-key ```

**What is your use-case and why do you need this feature?** I have an open interface, say `MyOpenInterface`. I have an implementation of this open interface which is sealed i.e....

feature

I have a couple of issues with signatures of varying dimensions. 1) If the input width is some fractional number of points, pdf-sign appears to crash with the error: ```...

I reproduced the problem I initially mentioned in https://github.com/svenssonaxel/pdf-sign/issues/13, but I figured it was better to create a separate issue to track it. Attached is a test signature PDF that...