Damian Zaremba

Results 8 issues of Damian Zaremba

mypy 0.971 was released a short while ago (https://github.com/python/mypy/releases/tag/v0.971). `django-stubs` currently enforces a version less than 0.970 (https://github.com/typeddjango/django-stubs/blob/master/setup.py#L34), please enable support for 0.971. Due to changes https://github.com/python/mypy/pull/11143 the tests currently...

bug

Since https://github.com/PyGithub/PyGithub/pull/1890 `get_emails` is now a named tuple rather than a dict which is causing ``` Traceback (most recent call last): File "/tmp/bin/pyup", line 8, in sys.exit(main()) File "/tmp/lib/python3.9/site-packages/click/core.py", line...

bug

Currently there is no way to enable the `integration` flag which the providers uses to filter out some actions. It is possible to run the bot using an oauth app...

v1.55 of PyGithub changed `get_emails` to return a named tuple (#1890) rather than a dict directly from the decoded API response. Update the code to access the fields as a...

Currently you cannot execute the bot using a signed token from a GitHub app such as within GitHub actions due to the API calls which are gated by the `integration`...

Currently it's possible to specify multiple brokers for a single cluster. In order to provider cluster level redundancy, it would be nice to be able to 'dual publish', so the...

enhancement
help wanted

Firstly, thanks for making this project available; it's highly valuable when dealing with multi-homed networks. The current MySQL DB schema partitions certain tables, however the partitions included are in the...

question

Using `chainguard-dev/actions/melange-build@main` without specifying `sign-with-temporary-key` results in the key being generated (overwritten) regardless of the conditional @ https://github.com/chainguard-dev/actions/blob/main/melange-build/action.yaml#L64.