Séamus Ó Ceanainn

Results 8 issues of Séamus Ó Ceanainn

Adds a simple plugin for [Podman](https://podman.io/) Current features: - Start/stop Podman machines - Allow users to update Podman via Homebrew when an update is available

#### What's the problem this feature will solve? In my organisation, we have a lot of tests split between `unittest.mock.patch`, [pytest-mock](https://pypi.org/project/pytest-mock/) and monkeypatch. As we try to standardise usage to...

type: proposal
plugin: monkeypatch

This change introduces support for Github App tokens. Supporting Github App tokens will allow for custom authentication through e.g. AWS Lambda. There are essentially two differences when dealing with app...

For example, this breaks if statement contains a string literal containing '#'

# ⭐ Suggestion As time goes on in a large code base, it would be good to be able to report unused 'ast-grep-ignore' comments. # 💻 Use Cases It's easy...

enhancement
help wanted

# ⭐ Suggestion Add `ignore` option to `sgconfig.yml` that would allow specifying a list of files / paths to ignore. # 💻 Use Cases I have some files that are...

enhancement
help wanted
wontfix

*Note*: Before submitting this pull request, please review our [contributing guidelines](https://docs.celeryq.dev/en/main/contributing.html). ## Description Fixes #4284. To give a concrete example where this is causing issues: 1. My organisation runs a...

User registered types should take priority over default types in Kombu. Although users can currently override the encoder/decoder for a Kombu registered type by calling `register_type` (for example calling `register_type(Decimal,...