Patrick Decat

Results 266 comments of Patrick Decat

Sous linux x86/amd64, il faut contacter @fairecasoimeme pour obtenir l'outil servant au flash qui ne peut être distribué publiquement.

I faced a similar issue with some other commands and figured that passing `--no-process-group` resolved it. Seems to work also for `stty sane`: ``` # watchexec stty sane [Running: stty...

Looks like the debian issue is fixed since docker.io 26.1.5+dfsg1-8 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092165#56, however it is not yet in trixie / testing: https://tracker.debian.org/pkg/docker.io

Hi, I've just stumbled on this issue with steampipe 2.2.0: ``` 2025/10/01 10:26:55 [INFO] Log level WARN 2025-10-01 08:26:55.656 UTC [WARN] hub: RestrictionsToQuals: failed to convert 1 restriction to quals...

First test workflow execution: ``` =========================== short test summary info ============================ FAILED tests/unittest/test_fresh_vars_functionality.py::TestFreshVarsGitLabScenario::test_gitlab_personal_access_token_reload FAILED tests/unittest/test_fresh_vars_functionality.py::TestFreshVarsGitLabScenario::test_gitlab_shared_secret_reload FAILED tests/unittest/test_fresh_vars_functionality.py::TestFreshVarsGitLabScenario::test_gitlab_multiple_fields_reload FAILED tests/unittest/test_fresh_vars_functionality.py::TestFreshVarsCustomLoaderIntegration::test_fresh_vars_without_core_loaders FAILED tests/unittest/test_fresh_vars_functionality.py::TestFreshVarsCustomLoaderIntegration::test_custom_loader_respects_fresh_vars FAILED tests/unittest/test_fresh_vars_functionality.py::TestFreshVarsBasicFunctionality::test_fresh_vars_from_environment_variable FAILED tests/unittest/test_fresh_vars_functionality.py::TestFreshVarsBasicFunctionality::test_gitlab_credentials_not_cached_when_fresh ============ 7 failed, 192 passed,...

Second test workflow with the fix: ``` ================= 199 passed, 6 skipped, 24 warnings in 6.17s ================== ``` https://github.com/qodo-ai/pr-agent/actions/runs/19370355959/job/55424387444?pr=2104#step:5:302

Note: I cannot check the boxes in the qodo-merge-for-open-source [comment](https://github.com/qodo-ai/pr-agent/pull/2104#issuecomment-3533475671), they are disabled:

Hi @wwilfinger , are you actually using a `google_project` datasource to feed the `project` field of the `google_logging_project_bucket_config` resource? I've just discovered that it puts the `projects/` prefix in its...

The `Create` function of the `google_logging_project_bucket_config` resource is supposed to automatically import the resource if it exists, and create it if it doesn't: https://github.com/terraform-providers/terraform-provider-google/blob/3eeed812d3bbeffb050002db14ffaefb8db3ea17/google/services/logging/resource_logging_project_bucket_config.go#L141 If you remove the `google_logging_project_bucket_config.default` resource...