Paul Querna

Results 24 issues of Paul Querna

Currently only the expiration time is exposed in the API. There are many use cases in which a fuller model of a response should be available, such as responding with...

While it would be great to use GPG or another validation mech, the easiest thing for now is to hard code the SHA512 of the pypy-2.4.0.tar.bz2 into the bootstrap.sh.... https://gist.github.com/pquerna/b8925406e445288368d2...

Hello! Thank you again for this wonderful library. With the recent announcement of `connect-web`: https://buf.build/blog/connect-web-protobuf-grpc-in-the-browser https://github.com/bufbuild/connect-web I was wondering what the plans are for this library? Should we consider connect-web...

Hello! Thank you again for this wonderful library. With the recent announcement of `connect-web`: https://buf.build/blog/connect-web-protobuf-grpc-in-the-browser https://github.com/bufbuild/connect-web I was wondering what the plans are for this library? Should we consider connect-web...

## Expected Behavior `github.com/gogo/protobuf` is unmaintained: https://github.com/gogo/protobuf/issues/691 At this point it would be nice for the Client SDK to consider using the standard protobuf library. ## Actual Behavior Seems blocked...

potential-bug
waiting-external

**Is your feature request related to a problem? Please describe.** ARM64 support is missing from install.sh **Describe the solution you'd like** ARM64 binaries are in the latest releases: https://github.com/fossas/fossa-cli/releases/tag/v1.1.7 But...

status: triaged

The character detection code in `chardet` is very very slow. A simple profiling of flanker parsing shows that ~85% of CPU time is spent in `chardet`.

For an example message: https://gist.github.com/pquerna/b6025e307e82262fa04c/raw/c31c0e18568ccc0a9ad7df27989839be5a49b0f5/t.eml It has non-ascii or utf8 characters in its Subject line. This only causes an error on accessing the `.subject` property. `to_unicode` in `./flanker/flanker/mime/message/headers/parsing.py` does: ```...

> Duplicated: > * https://github.com/cert-manager/cert-manager/issues/5486 > * https://github.com/cert-manager/cert-manager/issues/6308 > * https://github.com/cert-manager/cert-manager/issues/4061 **Describe the bug**: When using the Route53 Solver for ACME, I am attempting to use an IRSA (IAM Role...

kind/bug

Hello! We have a bunch of Protobuf-based objects, which we use code generation to generate the `ItemMarshaler` and `ItemUnmarshaler` functions. Since the new encoder went in https://github.com/guregu/dynamo/pull/224 -- it looks...