Ghislain Vaillant
Ghislain Vaillant
See the [Icon Theme Specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html)
From the upstream [docs](https://docs.aws.amazon.com/cognito/latest/developerguide/what-is-amazon-cognito.html): > Amazon Cognito provides authentication, authorization, and user management for your web and mobile apps. Support for [user pools](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html) would already be a significant step forward....
I am trying to store a docx file in S3 and its query metadata in postgres using `sqlalchemy-media`. My S3 provider is **not** AWS. I use Minio for testing and...
## Types of changes - New feature (non-breaking change which adds functionality) ## Summary This PR adds support for returning total or partial mappings of the output spec by the...
Running the test suite triggers this warning (I am on a Python 3.9 environment), which might become a problem for the future release of Python 3.11. From my limitted understanding,...
Use raw string path for reporting the crash report location instead of `PosixPath` as in: `ValueError: Task core raised an error, full crash report is here: [PosixPath('...')]`
I would like to provide documentation (with doctests) for a `FunctionTask`, like: ```python @task @annotate({"return": {"sum": int}}) def add(x: int, y: int): """Add x to y. Examples ---------- >>> task...