Roman Zimmermann
Roman Zimmermann
**Describe the style change** Currently black splits lines from the outermost expression to the innermost expression. This makes sense in most cases, but there is some cases where preferring the...
[As](https://github.com/psf/requests/issues/5637) [many](https://github.com/psf/requests/issues/3054) [others](https://github.com/psf/requests/issues/2856) [before](https://github.com/psf/requests/issues/2508) [me](https://github.com/psf/requests/issues/2011) I have the need to set a default timeout for all requests (blocking forever just isn’t a very good default in most cases I guess)....
As it seems @BurntSushi the original author of this software [doesn’t have time to create new releases of this tool at the moment](https://github.com/BurntSushi/xsv/issues/256#issuecomment-751490942) — which is perfectly fine and great...
I’ve looked at browser support for ES6 + async/await for our sites and as it looks transpiling to ES5 might not be worth it. It makes less than 1% difference...
Whenever multiple app contexts are pushed to the context stack the session handling fails. Although this is not a likely use-case outside of tests it is super-hard to debug *when*...
I’ve discovered this project while looking for Python dependency injection solutions. So far it seems to be the most promising one. One thing I’m looking for is to specify dependencies...
I’d love to see the possibly of simply sub-classing `JWTManager` and overwriting methods instead of defining callbacks using decorators. Currently it’s not possible to do that because the default callbacks...
This fixes #5667 by not deleting the DB user on each site-install.
**Describe the bug** drush 8.3.3 introduced a change (#4261) that added a `DROP USER` command before recreating the DB user. Dropping the DB user implicitly removes all grants for the...
Hi, I’m trying to make abcm2ps render shape notes. I’ve started from [the shape note example](http://moinejf.free.fr/abcm2ps-doc/shape.xhtml) and further refined it to also include non-filled shapes for half notes and full...