Hugo Maingonnat

Results 11 issues of Hugo Maingonnat

I try to validate the user json schema using `DraftXValidator.check_schema`. But it appears that the validator doesn't check that the regex is valid. I get a crash later when validating...

Bug

With the code below, the last call should return a 502 but it returns a 404. If I remove or change the first `session.get()` to call another domain it will...

needs-tests
needs-pr

Is there any plan to provide a fully managed citus on other clouds, especially on GCP ?

related to #148

When using GoogleStorageDriver and getting a 502 we get a confusing error: `` Probably due to the fact that `GoogleStorageDriver` inherit from `BaseS3StorageDriver` https://github.com/apache/libcloud/blob/881d5fb0b8973a0f1037e0aa0d3538b407f57d26/libcloud/storage/drivers/s3.py#L141

stale

## Feature Request It looks like we can activate a retry on some network errors, though I didn't find a way to retry automatically on some 5xx status code. It...

stale

If I create an admin model : ``` class MyModelAdmin(AdminAdvancedFiltersMixin, admin.ModelAdmin): advanced_filter_fields = ['related_obj'] # related_obj is a foreign key ``` And try to create a custom filter with `related_obj`...

enhancement

Would it be possible to make filters without saving them, a little like a search bar ? Instead of having only `Save` and `Filter and save`, having button `Filter` ?

enhancement
UX

It would be very useful to get the tensorflow pre-built libraries using conan, or eventually rebuild it from scratch in our custom dockerfile. Probably related to #8. It looks like...

Since by default the exporter use the default csv file, the helm chart shouldn't create an unused configmap. I am not a helm expert but I feel this [file](https://github.com/NVIDIA/dcgm-exporter/blob/main/deployment/templates/metrics-configmap.yaml) will...

enhancement