Results 23 issues of Ran Tavory

Added arrowLeftPadding which by default is 0 and leaves it at the original position. If, for example 40 is used then it's closer to the center of the screen (and...

Perform a few fixes to how the login URLs look when multiple logins and in bootstrap's navbar. Plus, add service icons next to the names where users are already logged...

### Subject of the issue When creating kafka mirroring tasks there's an exception regarding jmx. It seems to be a race condition b/c it doesn't always happen, and tends to...

bug

### Subject of the issue Brooklin takes long time to recover from errors in the destination cluster. Sometimes multiple cycles of rebalances and complete halt of replication during that time....

bug

MySQL 5.5.27 introduces the option `--enable-cleartext-plugin` to _Enable cleartext authentication plugin_ This option is required, for example, in order to use [AWS Aurora MySQL IAM authorized user login](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.AWSCLI.html). It would...

Per the caveat here https://github.com/rs/zerolog#caveats simply adding the same field twice (at a child logger) would result in two fields with the same key in the final JSON output. I...

In golang it is considered best practice that outgoing requests would accept a `context.Context` https://golang.org/pkg/context/ The motivation being that in many cases it is desirable to either cancel a request...

enhancement

After pulling the latest from gmoledina/GMGridView I added a few small features that I needed to complete the picture for invi. I think they can be useful in a broader...

If I have two concurrently running deployments that happen to use the same agent, do they get serialized or can they run concurrently? Currently the answer is that they run...

feature

It doesn't happen too often, certainly doesn't happen all the time, but every couple of days, maybe even weeks, I see this error in the API which I'm not sure...