Chris Dorsman
Chris Dorsman
@albreche That's correct. I don't see any Tidal in the list. How to fix this?
What is the status of this proposal?
Also adding +1
I will take it from here. @lmiguelvargasf Unfortunately, I am missing the types. Can you add this?
> Could you provide a bit more detail on what areas of the docs you are looking at? > > - https://docs.python.org/3/library/abc.html#module-abc > > - https://docs.python.org/3/library/collections.abc.html#module-collections.abc I am looking at...
“Hmm you should use decorate the function with @abstractmethod which will raise exception if the child class doesn't implement it.” But what if I have a series of variables. Some...
From the files I found: python-patterns/blob/master/setup.cfg python-patterns/blob/master/setup.py (Python 2 and 2.7 is even mentioned) python-patterns/blob/master/.travis.yml python-patterns/blob/master/lint.sh python-patterns/blob/master/tox.ini According to https://devguide.python.org/versions 3.8 is already deprecated and 3.9 is later this year.
Wel. I would love to. But. It didn't occur to me at first, but there are two things I want to point out: - In the README there is something...
I have added a PR for solving the issue