Semyon Moroz

Results 48 comments of Semyon Moroz

sorry, my bad. judging by source code I decided that the fields are set only if they are not None: https://github.com/micheles/decorator/blob/143887ed562e83007271df94527eb8f4c269ed4c/src/decorator.py#L100-L111 ```python if name: self.name = name if signature is...

I would prefer to list all the possible types for each of the fields, firstly because there are not so many of them, and secondly, each of them has its...

let's merge this PR, otherwise it may block work on other PRs. I can send a "bump" PR for the latest version and I also want to send an "Add...

no [changes](https://github.com/scoder/lupa/compare/lupa-2.4...lupa-2.5) found in public API :+1:

no [changes](https://github.com/MartinThoma/flake8-simplify/compare/0.21.0..main) found in public API :+1:

Thanks! I just want to note that the project doesn’t seem to be very actively maintained (the last commit was 7 months ago), so I wouldn’t expect type hints to...

I noticed that you’ve added quite a few `Any` types in generics. Just a gentle reminder that the use of `Any` is usually accompanied by a short comment explaining why...

Thanks for contributing! I couldn't find any prior discussion about adding type hints directly to the package, but it does seem like preferred option, so I think it's worth opening...

Interestingly, the current code on GitHub is still for `1.9.0` version. And I couldn't find anything about other sources of the code.

Docs for `2.26`: https://help.sap.com/docs/SAP_HANA_CLIENT/f1b440ded6144a54ada97ff95dac7adf/f3b8fabf34324302b123297cdbe710f0.html?version=2.26 Docs for `2.25`: https://help.sap.com/docs/SAP_HANA_CLIENT/f1b440ded6144a54ada97ff95dac7adf/f3b8fabf34324302b123297cdbe710f0.html?version=2.25