Stephen Rosen

Results 60 issues of Stephen Rosen

`OneOfSchema` is the go-to answer for questions about polymorphism. I would like to see it on-course to have the following two things happen: 1. Avoid overriding `load` and `dump`, so...

polymorphism

In a project where there are shell scripts with a shebang line and no suffix, editorconfig for configuration doesn't work cleanly. If I run `shfmt -w scripts/some-script scripts/other-script.sh` (where `some-script`...

I'm happy to write a first draft of this if the maintainers would like it. But I don't want to put in the effort if it's not wanted. I've run...

Right now, it's hard to set `metadata_service_num_attempts` and `metadata_service_timeout` in application code. Whereas some settings are trivial to set on a per-client basis (e.g. `region=...`), some require a layer of...

feature-request
p3

Currently doc builds appear broken. I think this is producing a poor signal:noise on this repo and probably making it harder for maintainers to handle PRs. `pip-compile -U requirements/docs.in` to...

There is a frequent pattern of TypeGuard-like functions which `assert` or otherwise raise an exception if a type constraint is not met. For example, https://github.com/microsoft/pyright/issues/2007 points to a case in...

topic: feature

I have some schemas which handle some messy/complicated cases by means of (sometimes elaborate) pre_dump and post_dump hooks. To give a (contrived) example, a schema might look like so: ```python...

question

_This issue is a cleaned-up version of #80 , meant to capture the current context in nose2. It is an intentional duplicate to help make it easier to dive straight...

bug
accepted
help wanted

I'm considering this after looking into an issue and coming across a comment from JP about this. Blame shows this as having been in 9ba06f1d . While once upon a...

decision needed
refactoring

I find it kind of annoying to write tests at present for a number of things because the test cases for functional tests need to be defined in one directory,...