Shane R. Spencer
Shane R. Spencer
Using pendulum in pydantic has me writing code similar to ```Field(default_factory=lambda: now('UTC'))``` to ensure UTC regardless of system timezone settings. It would be nice to have a utcnow() variant that...
It would be awesome to use posix exit codes and a tenacity runner
I don't believe I need to add this to the pypika.clickhouse package. Works well in vscode and along with mypy.
Along with generating/copying requirements.txt might want to be the option to scan requirements.txt for '-c' args and also copy over, relatively, any files referenced there to .serverless/requirements/ I can get...
Please remove setuptools from install_requires in setup.py. When using tools that compile list of deployable packages setuptools will be inadvertantly included and when using well known tools like pip-tools to...
Is there any way to call an action once the modal disappears due to clicking the exit icon or it times out?
Last release lists the following. I haven't tested the codebase with more recent versions yet - but a new release with a minor bump would be helpful. Happy to colab....
Chardet is in major release 5. It is unknown what will happen if *not* installing the extra `ext` while `chardet==5.1.0` is in the module path. ``` Provides-Extra: ext Requires-Dist: chardet...
## Key information * RFC PR: (leave this empty) * Related issue(s), if known: None * Area: Parameters * Meet [tenets](https://awslabs.github.io/aws-lambda-powertools-python/#tenets): Yes * Approved by: '' * Reviewed by: ''...
https://github.com/nexB/pip-requirements-parser/blob/0da228a3229dfb0074dad202e3dc7f9cf4103a23/src/pip_requirements_parser.py#L420 Also please add a py.typed to your distribution. I believe it is all 100% typed and mypy thinks otherwise since this is missing. PR #9