Samuel Colvin
Samuel Colvin
> it I'm not very clear, appreciate what? I find it hard to imagine many scenarios where I would really want `Sequence[T]`.
Kind of mad this ever happened and madder still that it hasn't been fixed and no one has responded. Use [pydantic](https://pydantic-docs.helpmanual.io/) instead. It's faster than toasted-marshmallow and more elegant IMHO.
Thanks @marcofranssen, ~~this is just want I needed.~~ this is a partial solution. For anyone else looking, [deploy keys](https://docs.github.com/en/developers/overview/managing-deploy-keys) are a partial fix. The problem with deploy keys and a...
For anyone else having trouble with this, I have a solution that doesn't require personal access tokens but keeps the reference to the child repo commit in one place (using...
I ended up building a rudimentary private package manager for python to get round this problem. I think the reason github aren't fixing it is that they think the long...
Any progress on this? Currently aiohttp-debugtoolbar is more or less unusable with sub apps AFAIK. Or is there a workaround I'm missing? Even if DBTB doesn't support sub-apps completely it...
I'll create a PR if I get a chance, however I really think `User-Agent` is a better field to decide with than `Content-Type`. 1. That's kind of the point in...
Can do, makes repr slightly more annoying. Surely they're mostly very close to the same time.
Makes sense, PR welcome to fix this.
I think best to leave it, I have some pretty strong ideas about how to go about it and it might require changes to other libraries to make it work.