Pierre Wehbe

Results 7 issues of Pierre Wehbe

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. I am trying to have the thumbImageView of the EKSimpleMessageView...

Would be great to customize headers of all requests for images that are behind a secure endpoint

Description of changes: These commits add a few extra inputs (all optional) - family - cpu - memory - executionRoleArn - taskRoleArn - awslogsGroup - awslogsRegion - environmentSecrets I've updated...

**Requirements** - [X] I have added test coverage for new or changed functionality - [X] I have followed the repository's [pull request submission guidelines](../blob/v6/CONTRIBUTING.md#submitting-pull-requests) - [X] I have validated my...

Env: nightly-aarch64-apple-darwin - Up to date : 1.80.0-nightly (867900499 2024-05-23) uniffi 0.27.2 The following works ``` /// Example namespace example { /// Hello Rust string hello_world(); }; /// Example Enum...

### Does your PR solve an issue? https://github.com/launchbadge/sqlx/issues/703#issuecomment-2272616894 Fix inspired by https://github.com/launchbadge/sqlx/pull/1618/files

## Description After successfully saving a timestamp of type ChronoDateTimeWithTimeZone to my SQLite and Postgres DB with timezone offset information (eg: 2023-01-01 00:00:00+07:00), the timezone offset information (+07:00) is lost...

Sqlite
Postgres
A-type-map
P-high