Markus Meyer

Results 12 comments of Markus Meyer
trafficstars

@kaskavalci Thanks for the feedback. v1.1.0 should indeed improve situations where the signature of a function is very long. I'm not sure what you mean by > changed `package.json` to...

@ssoroka That's odd. Basically, what the feature does is changing the CSS attribute `max-width` to the value set in the settings. As I'm not seeing the issue in my setup,...

I stumbled upon this today too. On the initial run of the chef-client, the cookbook failed due to an error in the configuration on my side. The chef-client was able...

@pierlo-upitup @gkleiman I've been trying to fix this myself but without success. All things I tried introduced new bugs like jobs being scheduled too often or not at all in...

@solarkennedy No, I never was able to fix it without introducing new bugs. Sadly, to me, it looks like the whole logic that handles dependencies between jobs needs to be...

Hello @szuecs, thanks for the quick response! You are right, I should have elaborated more on this. This is why the behaviour seemed odd to me and why I created...

Hello @Ahmad-Faizan @denizgursoy gock uses [`regexp.MatchString()`](https://pkg.go.dev/regexp#MatchString) to match query parameters ([code](https://github.com/h2non/gock/blob/076e53961a8cfd552f8048c6e8ab580af96c2721/matchers.go#L110)). Any chars that have a special meaning in a regular expression, like `(`, `)` or `+`, need to be...

Tested the workaround today. It correctly sets the new header, `X-Flux-Id`, but the field `flow-id` in the access logs stays empty. My guess is that this happens because the write...

Hello, our Thanos setup is also affected by this issue. The object store is S3 in our case, not GCS. Startup times of the store component increased from 2-3 seconds...

Hello, it looks like gitleaks allows omitting the commit hash from the fingerprint: ``` path/to/file.txt:generic-api-key:5 ``` This works with version `v8.18.2` of gitleaks. The behavior isn't documented. It could be...