Kound
Kound
As explained in #6232 -> we use a string subclass to prevent secrets leaking in certain circumstances, i.e. in Stack Traces. Just converting them to `str` would contradict this intention....
Actually the Secret class is of course one of multiple layers. We ensure on multiple places (i.e. using our auth libs), that secrets given are wrapped in this special class....
@nateprewitt any news here? I really would love to see your patch applied.
I would expect (but not require) that for instance `pyscaffoldext-django` would install and configure https://github.com/typeddjango/django-stubs For data science there is currently no additional typing support I could think of (pandas...
@abravalheri thank you for all the work. Also haven't had time to check it before. I have a idea to further reduce complexity but I am not sure if it...
Actually the idea described by @leonardon473 and @stinovlas Just a reference here some related Issues from StackOverflow: * https://stackoverflow.com/questions/51930339/how-do-i-correctly-add-type-hints-to-mixin-classes/52313062#52313062 * https://stackoverflow.com/questions/63126739/how-to-correctly-add-type-annotations-to-python-mixin Now to **my Use Case**: Writing MixIn Classes for...
Hi guys, thanks for your efforts, will work you comments in tomorrow or the days after tomorrow. Actually PyCharm has Spell Check enabled but especially for grammar stuff it's not...
@davidism is okay for your to take care of the conflict in `docs/api.rst` that was introduced through: #1391?
the moment when you worked 4hours to resolve a merge conflict and you realise that in the meanwhile the next PR was merged that causes the next merge conflict ðŸ˜
@ThiefMaster I fixed everything so far. Documentation is up to date, tests are as well. Currently no Merge Conflicts. How likely is that you will give your ok for the...