Robin Fourcade

Results 26 issues of Robin Fourcade

Hello, Since Python 3.7 streams can be managed with [StreamHandler.setStream](https://docs.python.org/3/library/logging.handlers.html#logging.StreamHandler.setStream). Somewhere in my code, I'm setting a stream which raises the following error: ``` File "/Users/rfourcade/.pyenv/versions/3.7.9/lib/python3.7/logging/__init__.py", line 1050, in setStream...

**Describe the bug** I'm trying to use a profile in my PyTest tests in PyCharm but it raises `botocore.exceptions.NoCredentialsError: Unable to locate credentials`. It works well for a script I...

bug
pending-jetbrains

**Describe the bug** I have a `ecr-module` defined with: ```hcl terraform { required_version = ">= 1.0" required_providers { aws = { source = "hashicorp/aws" version = ">= 4.0" } }...

bug
aws
custom-checks
stale

Hi, I'm using the package on a computer with a GPU, and the server fails when trying to import [nvgpu](https://github.com/pytorch/serve/blob/e8c8e4934deef4a89cfa5c080480fb8830d5c94b/ts/metrics/system_metrics.py#L61). Any reason why this package is not in the [requirements](https://github.com/pytorch/serve/blob/e8c8e4934deef4a89cfa5c080480fb8830d5c94b/setup.py#L160)...

documentation
help wanted

- Currently, La Réunion is the only territory with live data (https://opendata-reunion.edf.fr/) - Historical data is fetched from https://opendata-corse-outremer.edf.fr - No price data available after 2019 - Simplified parser. @PETILLON-Sebastien...

parser
change requested

### Description I'm running an ECS cluster on `c6i.xlarge` and `inf1.xlarge` instances. I noticed there's often a huge difference on the memory shown by ECS agent and `htop` or `free...

more info needed

Hi, I've added two configuration parameters: - `user_without_quotas `will overwrite mem_limit/cpu_limit. Users in this list will have unlimited RAM and CPU. - `special_user_quotas `will overwrite mem_limit and cpu_limit for a...

**Describe the bug** I've deployed LabelStudio in a docker container and after some usage, the container RAM usage just keeps growing. It's sitting at 1.7GiB right now. ![image](https://user-images.githubusercontent.com/29704178/186499110-608255b1-7ed5-489b-8493-d4dfd78b3350.png) **To Reproduce**...

problem
performance
configuration

Hello, I'd like to anonymize pixel data in my dicom file. If I understood well, this snippet should be enough, right ? Taken from the [examples](https://github.com/pydicom/deid/blob/master/examples/dicom/pixels/run-cleaner-client.py) ```python from deid.dicom import...

Hi, Node: **v12.22.10** Arch: **x64** Platform: **linux** Docker: **true** Database: **pg** ProjectOnRootDB: **false** RootDB: **pg** PackageVersion: **0.84.15** I've created a few tables directly in my PSQL DB. They have some...

🐛 Type: Bug
👋 For : Community or Good First Issue