Etienne Girondel

Results 6 comments of Etienne Girondel

Hello, "I see dead processes". Any news on "This unwanted zombie side-effect will be removed in a later release of Monit." ? Kind regards,

Hi, We were hit by this issue, a debug run showed: ``` 15:29:38.692 DEBUG: Declared patterns of language Dart were converted to sonar.lang.patterns.dart : ``` To work around, we set...

Hello Lucas, dans mon cas avoir une propriété `deleted: true` serait suffisant. Je ne sais pas comment fait actuellement le front pour dissocier propriétés existantes et propriétés supprimées. En tout...

Hello, Yes it does. I worked on the subject prior checking if another PR was already opened... so I launched a discussion thread here about the implementation : https://github.com/hashicorp/terraform/issues/26797 My...

Hello there. Just rebased from `main` for this 2 years birthday :cake: : https://github.com/hashicorp/terraform/pull/26796 Edit: From _Terraform **v0.14.0-dev**_ to _Terraform **v1.4.0-dev**_ :sparkles::tada:! Kind regards,

Hello, Let me add more context :) This works : ```shell $ docker run -ti -e https_proxy="http://proxy.example.com:3128/" -e no_proxy=".example.com" curlimages/curl -v "https://something.example.com/" * Uses proxy env variable no_proxy == '.example.com'...