Gabriele Pongelli
Gabriele Pongelli
when using "bs4", on github action running windows with python 3.9 it fails because "bs4 is not PEP517 compliant" . Github action error: ``` ChefBuildError Backend 'setuptools.build_meta:__legacy__' is not available....
Poetry
PR for changes declared in issue 543. closes #543
- some codes that start with FNC3 returns "Invalid character in string" - add version number to Windows build
### Description Hi, thanks for this awesome tool! I'm starting using it on github actions to build python packages, and I'm facing issue because ARMv7 architecture is no more supported,...
Moved time consuming operation ("git merge-base" and "git rev-parse") into the verbose section, where they are really needed.
tag project without "v" to be compliant with semantic versioning, used by SPM. Thanks.
**Before submitting a bug** [ ] I updated to the latest version available [ ] I cleared the cache of my browser **Describe the bug** Cannot find this plugin in...
Thank you for this interesting library!! Just a security improvement, why not adding initialization vector to "AES256EncryptWithKey", "AES256DecryptWithKey" and "startSessionWithPasscode" methods?
Hi, I've just discovered this useful component, but I've seen it misses sensors like "azimut_at_time" and "time_at_azimuth" that could be useful as same as their existing equivalent related to elevation....
on my python 3.9 installation, the `pre-commit install` fails with no message. manually doing the command works correctly. Changing to `subprocess.run` fixes the issue. Thsnk for this awesome cookiecutter package...