Andreas Motl

Results 1545 comments of Andreas Motl

PyPy3.9. ```python __________________ ERROR collecting test/test_config_base.py ___________________ /opt/hostedtoolcache/PyPy/3.9.12/x64/lib/pypy3.9/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1030: in _gcd_import ??? :1007: in _find_and_load ??? :986: in _find_and_load_unlocked ??? :680: in _load_unlocked ???...

Hi. I am not sure if those parameters are implemented within Apprise already. If not, and you will be introducing them in the future, I'd suggest to call them `max_title_length`...

Thank you Chris. I am not sure the whole thing works as intended, yet. At [1], it says > No token specified or token is empty On the other project...

Hmm. Maybe this is the reason? https://github.com/caronc/apprise/blob/3078f35d9c4a3de1b04bec363f0b084e8a79970b/.github/workflows/tests.yml#L127 I will submit another patch to evaluate it.

codecov/codecov-action#719 apparently did not resolve it, there is still _No token specified or token is empty_ at [1]. Can I humbly ask you to check the configuration at https://github.com/caronc/apprise/settings/secrets/actions again?...

[1] still says: > No token specified or token is empty Maybe we should merge codecov/codecov-action#719 first, and then check again on a subsequent PR. Thank you already! [1] https://github.com/caronc/apprise/actions/runs/3353879851/jobs/5557026419#step:12:34

Yay! [^1] now says: > Token found by environment variables [^1]: https://github.com/caronc/apprise/actions/runs/3356605400/jobs/5561794169#step:12:34

Hmmm, again it says on recent CI runs at [^1][^2]: > No token specified or token is empty Did you change anything? [^1]: https://github.com/caronc/apprise/actions/runs/3356978227/jobs/5562467134#step:12:33 [^2]: https://github.com/caronc/apprise/actions/runs/3356978227/jobs/5562467134#step:12:34

> No, I wonder if it depends on who owns the branch. Possibly this new way regular pull requests can't use the environment variable unless added as a maintainer? I...

On this matter, I would like to reference the resources [1] and [2-4]. [1] says: > **Note**: With the exception of `GITHUB_TOKEN`, secrets are not passed to the runner when...