Yannik Rödel

Results 5 issues of Yannik Rödel

# Bug report MyPy seems to fail with a recursion error when `WithAnnotations` is used with a generic type variable as an argument. Here is a small example: ```python from...

bug

This commit makes sure that values are escaped correctly when doing `re.sub()` while rendering a GraphiQL response. This is necessary when non-ASCII characters end up in the GraphQL variables, for...

We're currently using `_GettersTree` here: https://github.com/iWeltAG/pinia-cached-store/blob/2a38eeee4f11ef2be6a9d9ddfedcb359fce34dff/src/store.ts#L1-L7

enhancement

As mentioned in in #3, `await`ing is not really required for all store types. It should be possible to define a store without using promises.

Both RSA_SHA256_MGF1 and RSA_SHA512_MGF1 have been supported by Keycloak since https://github.com/keycloak/keycloak/pull/7480. #757 added them to the client configuration in Terraform, this PR also allows SAML identity providers to use those...