Mathias Millet

Results 9 issues of Mathias Millet

The function returns a dictionary, not a set. Values are instances of the Migration model declared in the class - not sure if / how we can re-use that type...

Hello, trying to type a return of `values_list`, I stumbled upon `ValuesQuerySet`, which is still part of django-types, but has been removed in django 1.9. Is there a reason this...

# Context Right now, if one notifier raises, the program will stop (i.e. further notifiers will not be triggered). Also webhook notifiers fail silently # DoD - [ ] if...

Hello, thanks a lot for this example repo. This issue bugged me for some time (until I realized that `pdm lock` indeed re-generated the lock file correctly). I first thought...

## Context Cleanup ## What has been done Remove unused env var in the scan sca and scan iac jobs ## Validation - checks in CI: https://github.com/GitGuardian/ggshield/actions/runs/9581923357/job/26419785059#step:3:294 and https://github.com/GitGuardian/ggshield/actions/runs/9581923357/job/26419789565#step:3:298 ##...

skip-changelog

## What has been done Refactor how secret scan parameters are passed around: pass the SecretConfig around, instead of discrete args (both to the scanner, and in output handlers). ##...

skip-changelog

Hello, this is a small issue, but that's bothering me: when editing the name of a scene in Excalidraw+, pressing the `esc` key cancels the edition, which is a bit...

Excalidraw+

Hello, I noticed that contextvars are not passed inside the `task_done` callback of a future from a `ProcessPool`. I haven't investigated this much yet, but do you know if this...

Hello, I noticed (see https://github.com/prometheus/client_python/issues/902#issuecomment-3013566209 for example ) that when - having a metric defined without a label - multiprocess mode is enabled (i.e. `PROMETHEUS_MULTIPROC_DIR` is set ) - an...