BVMiko
BVMiko
There is currently a static list of binary file types which will not be opened in the text editor, I'm proposing to make that a configuration option. For my specific...
Currently, `Oauth2\Encryption\FirebaseJwt::encode` has a different signature from `OAuth2\Encryption\Jwt::encode`; the `FirebaseJwt` function has an additional `$keyId` parameter. This parameter, when included, is passed into the `kid` parameter of the JWT header....
feat(event_handler): Allow the ApiGatewayResolver to support an existing subclass of BaseProxyEvent
**Issue number:** #3267 ## Summary ### Changes > Allow the ApiGatewayResolver to support an existing subclass of BaseProxyEvent. The existing subclass can be a custom implementation, and allows overriding the...
### Use case I often want to retrieve values from a ProxyEvent using the helper functions prior to the `app.resolve()` call; and find myself creating a second instance for it,...
While testing out moving an `APIGatewayRestResolver` projects to run `mypy` in strict mode, I noticed that 4 areas were failing type inference: ```python router = Router() ``` throws: `error: Call...
Authlib
Stubs for https://github.com/lepture/authlib There's ~200 files being stubbed, and I'm only using ~30 of them; so most of it has been unmodified from the base stubgen created entries. There are...