Laurent
Laurent
Hi, First of all, thanks for the great tool! Currently if you use `sources` to watch for changes and update the task definition, the task will still be marked as...
### Describe the bug I'm invoking a `lambda` function using `boto3` and authenticating with the `AssumeRoleWithWebIdentity` method. When invoking the `lambda` while the credentials are still valid, there's no issue....
### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...
### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...
https://github.com/pytest-dev/pytest/pull/4941 caused `HOME` to be set to `tmpdir` when invoking `pytester.runpytest_subprocess()`. Because of this, if `pytest` is installed in `USER_SITE`, it will not be found when running `pytester`: ```console --------------------------------------------------------------------------------------...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem Python / pip ### Package manager version 24.0 ### Language version...
## Environment data - VS Code version: `1.86.0` - Jupyter Extension version (available under the Extensions sidebar): `v2024.1.0` - Python Extension version (available under the Extensions sidebar): `v2024.0.1` - OS...
This MR adds the ability to pass `object_type_name_prefix: string` to `Schema`, the prefix will be prepended to: - Queries name - Mutations name - Subscription name - Types name Fields...
Hi! I've looked extensively in the documentation but I don't think there's a way to add an empty line between top-level package imports so this: ```python import os import sys...