Jan Vollmer
Jan Vollmer
My implementation of type annotations and typing.TypedDict support. I hope you don't mind the changed quotes in test_main.py, I forgot that my formatter is enabled :( closes #166
``` class Test: one: int two: int name: str class Scheme: name: str money: int male: bool prop: Test scheme = mixer.blend(Scheme, prop__one=1) ``` ``` from typing import TypedDict class...
https://github.com/pallets-eco/flask-caching/blob/348dbecf1365128799f99cb4d751f212089bb218/src/flask_caching/backends/rediscache.py#L98 The cache options aren't passed to the factory for URL defined connections. This can be a pain when you use Heroku for example, where you are provided a URL...
Using ts-prune in a pre-commit hook could be helpful to better audit dead code before the commit comes through. More about pre-commit if you don't know it: `https://pre-commit.com/#intro`. Besides the...
First of all: Thanks a lot for your on this project! I never thought that Python Web Development (especially for back-ends) could be this much more fun. Now to the...
There has been no reaction to issues or pull requests from the maintainer. Did he loose interest?
It would be nice if you could iterate through the html element so you can use Mixt for creating flask responses without having to cast it into a string.
fixes #37
**Plugin** manganato **Describe the bug** When listing the chapters, an error is raised. This is because https://readmanganato.com redirects to https://chapmanganato.com and as far as i read in other issues redirects...
It would be great if you could use a dict or even lists in rule options. Let's say I want to enforce aliased imports for specific modules inside my codebase....