Peter Schultz

Results 13 comments of Peter Schultz

Are you calling `unmaximize`? There's a hard coded window size of 1280x768 in my version. If you don't, the only thing I can think of is that the X server...

> and not as now by the start only Does that imply that newly created files are not picked up by fail2ban unless it is restarted?

I guess it can't pick up new files, since the server never sees the globs. That didn't occur to me yet. Quite unexpected I must say.

In the Go client do not add a path when dialing. gRPC will construct the path automatically based on the method call. Use grpc.Dial("fabio.service.consul:8888") not grpc.Dial("fabio.service.consul:8888/some-path")

To summarize: Users want to set and remove both request and response headers. Some use-cases require the values to be dynamic (e.g. X-Request-Start). The route options would be the obvious...

Seems very useful to me. I just can't help with the review/testing, because we're not an enterprise customer.

The code looks fine to me. It's a pretty obvious and natural change. What I can't judge is if there are any missing places where the namespace has to be...

Are you running 1.5.11? TCP was broken since 1.5.8 (#524), and the symptoms you describe fit that bug.

It took quite some googling, but I finaly found [a post on Reddit](https://www.reddit.com/r/WowUI/comments/oj7739/help_dynamically_resizing_weakauras_based_on/) that suggesting using a custom grow function for the dynamic group. In the grow function one can...

That's my bad, I guess. We encountered this issue after updating FriendsOfPHP/PHP-CS-Fixer, which removed the spaces, but I haven't double checked the standard. As far as I'm concerned this issue...