Stephen Rosen

Results 60 issues of Stephen Rosen

hterm doesn't have a lot of complexity to its config, but you have to put colors in an array in the right order, which can be a PITA. Here's what...

I'm trying to specify which versions of `psutil` are supported by an application I work on. If a backwards-incompatible change to the python API provided were necessary, would I expect...

enhancement
doc

My particular case was that I wanted a session-scoped fixture which was parametrized by some CLI arguments. This was much tougher than I expected it to be, and I think...

status: help wanted
type: docs
topic: fixtures

Reading the docs for the first time, I struggled to correctly formulate my desired `.bandit.yaml`. The readme doc shows the use of `exclude: /test` , but the readthedocs site does...

bug

**Describe the bug** After creating bandit config and a baseline such that `bandit -c .bandit.yaml -b .bandit_baseline.json -r .` passes, I added my desired pre-commit configuration: ``` - repo: https://github.com/PyCQA/bandit...

bug

I have a case in which I'm looking at adding a mutually exclusive set of fields to a schema. It would be awesome if I could define this behavior with...

enhancement
polymorphism

This is based upon the work in #1490 , but with some significant modifications. In retrospect, it might have been simpler to base it on #1429 , or just do...

I almost filed a PR to make this change, but then I realized that the desirability of this is non-obvious. I have some code which manipulates a variable like so...

I've been thinking about #600 . One of the primary use-cases for work like #600 is to be able to subclass a schema and append or prepend transformations to `post_load`,...

This was [mentioned](https://github.com/marshmallow-code/marshmallow/issues/1751#issuecomment-782719165) in #1751: > I think this is an indication that `Schema` needs to be easier to customize, not that we need to bake more custom functionality into...