Christoph Kutzinski

Results 12 issues of Christoph Kutzinski

It's kind of obvious that https://github.com/lettuce-io/lettuce-core superceded this repository. However it's not immediately clear on the 1st look if it's so - we can even see rather new issue report...

If I make the cookie secure based on the secure flag of the request, find-sec-bugs complains about INSECURE_COOKIE E.g. > void handle(HttpServletRequest req, HttpServletResponse resp) { > Cookie c =...

bug
false-positive

Would be nice to have the colors configurable. I'm using black on white terminal and the yellow prompt is hardly readable for me.

enhancement

See https://github.com/xetorthio/jedis/issues/1855

### Expected behavior JedisSlotBasedConnectionHandler.getConnectionFromSlot() should always return a connection ### Actual behavior Sometimes - probaby during renewSlotCache() - no connection will be returned - even if the cluster is healthy....

I just found the consul store by chance - and it looks very promising for my use case. Don't know if it's not supported and therefore not mentioned in docs...

Docs and Samples

This change lets the plugin check out modules in parallel. We have a project which has a big number of SVN modules and checking out/updating the modules alone took >...

merge-conflict
proposed-for-close

I don't know what the motivation was to log this on DEBUG only (less verbose logs?), but IMO you're missing quite important info this way in the default log level...

### Summary I'm trying to get a summary of all cloudfront distributions. I.e. ``` community.aws.cloudfront_distribution_info: summary: true profile: "{{ aws_profile }}" region: "{{ aws_region }} ``` The call fails with:...

bug
needs_triage
python3
traceback

The Java Annotation Config is not working for me as documented on https://github.com/ryantenney/metrics-spring. I have a class configured with @Configuration @EnableMetrics(proxyTargetClass = true) and extending MetricsConfigurerAdapter. But nevertheless, the DelegatingMetricsConfiguration...