Tom Boshoven
Tom Boshoven
I just ran into this error. My mistake was that I used `retry(retry=retry_if_exception)`, where of course I should have been using `retry(retry_if_exception(fn))`. It doesn't seem to be matching your exact...
Confirming this issue is preventing validation of generated JWEs for non-CBC algorithms.
I seem to be getting the exact same issue when using gRPC-Web (CommonJS). Only workaround I could find is not to use repeated enums.
It looks like it's currently impossible to generate operator overloads, because they're not accepted by `cxx_name` ([possibly relevant todo](https://github.com/dtolnay/cxx/blob/e6dcacfb2e6e32f7bf01512ddc39430d34149beb/syntax/names.rs#L39-L40)). Not sure if this should be its own issue, but it...
Per #756 I don't have a lot of context around how typing was done in this project in the first place, so I'm not 100% confident that what I wrote...