Results 25 issues of Ash A.

I'm in a situation where I need to deal with some deeply nested structures, but I want to initialize them with dictionaries of dotted keys. So I'd ideally like to...

enhancement

Not sure if this is really a django_filters bug, or drf-yasg's, as this is about the interaction of the two... I've got a django_filters filterset like this: ```python from django_filters...

triage

Something akin to: ``` def rfc4183(self) l = str(self.cidr).split('.') l.reverse() l[0] = l[0].replace('/', '-') in_addr = '.'.join((str(self.ip.words[-1]), *l, 'in-addr.arpa')) ```

I feel like thematically, I'd really like it if `legit sync` also included `fetch --prune` since post-sync seeing branches that have actually been removed doesn't feel very 'synced' to me....

In a couple places in the grpcserver command you have `self.stdout.write` which doesn't really play well with customized logging setups. Would it be possible for these to be `logging.info()` or...

Recently I was trying to put together a docker container (based on `labstack/armor:0.4.14`) for several static sites, but no matter what I did, the hosts sections didn't seem to be...

Installing this module via poetry/pip didn't pull down marshmallow, so I think you're missing a dependency there.

* PrettyPrinter version: * Python version: 3.7 * Operating System: ### Description Attempting to print a simple database object with choices on one field. ```python class User(models.Model): A = 'a'...

When I'm trying to allow Redis localhost connections, I have to manually add "::1" to the list of allowed hosts, despite ignore_localhost

```console .venv/lib/python3.7/site-packages/related/fields.py:238 /Users/ash/src/foo/.venv/lib/python3.7/site-packages/related/fields.py:238: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead. metadata=dict(key=key)) .venv/lib/python3.7/site-packages/related/fields.py:256 /Users/ash/src/foo/.venv/lib/python3.7/site-packages/related/fields.py:256: DeprecationWarning: The usage...