Stephen Rosen

Results 60 issues of Stephen Rosen

Based on #396 , plugin load order determines the order in which events are handled. As a result, specifying a plugin via command line arguments vs via config file results...

bug

`Algorithm.compute_hash_digest` is defined as a method which inspects the object to see that it has the requisite attributes, `hash_alg`. If `hash_alg` is not set, then the method raises a NotImplementedError....

#296 was closed with the suggestion that rather than special-case support for OIDC, PyJWT could support pluggable verifiers which handle additional, specialized claim validation behavior. If there's a general market...

In the next major webargs release (9.0), we should make sure to update the minimum versions of the various frameworks which we test against. IIRC, the current bounds came from...

framework-support

In #687 , we started to discuss our more general setup in terms of Azure Pipelines vs GitHub Actions (GH Actions). A couple of us support the switch to GH...

There are a few cases of interesting usages that come up in issues, but which don't seem appropriate to put into our main docs (b/c we don't want to bloat...

docs

I currently have an application using `marshmallow-oneofschema` and linting under `mypy`. As I tune up mypy strictness, I noticed errors about "subclassing Any". `marshmallow-oneofschema` does not publish annotations right now....

NOTE: this change is very mildly backwards-incompatible, but since 3.0 is coming up for this lib, I think it's okay. Rather than overriding the `dump()` and `load()` methods of the...

I just noticed this, but most of the marshmallow projects are clear of the issues around `master` as a branch name and are using `dev` as the mainline branch name....

First, thanks for an awesome project! I'm working on a sizeable refactor, and wanted a modernized version of autoflake8. A quick run of `unimport -r src/**/*.py` saved me a lot...

documentation
enhancement
changelog