Dunes
Dunes
Documentation states that python3.6 is supported, but setup.py states `python_requires=">3.6, =3.6,
See https://stackoverflow.com/questions/54465029/overflowerror-when-trying-to-convert-generators-to-lists/54478879#54478879 Steps to reproduce: ```python >>> list(datefinder.find_dates("2019/02/01 is a date and 466990103060049 is not")) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.5/dist-packages/datefinder/__init__.py", line 31, in...
**Bug Report** Given a class context (eg. class `class Foo[T]`), mypy fails to infer the generic parameter when used as part of a type alias that is declared in the...
If you have a function that is specialised over multiple parametrised generics and then use an argument that is union of those type parameters, then you get inconsistent behaviour each...