Adam Medziński

Results 10 comments of Adam Medziński

@mibk as it is mentioned in README dupl can report false positives on the output. It makes really problematic to use it combined with a CI for automatic builds, when...

> And there's no guarantee that the runtime (or even the controller) would be sending the signal (the container process could crash on its own, among many other possibilities). In...

@wking Should I make a pull request with proposed changes or more opinions is needed?

The problem is that raven-go uses by default it's own root CAs provided by gocertifi, not root CAs installed in operating system and controlled by sec teams.

This part looks like unfinished, internally `MesosExecutorDriver` uses `TODO` context: https://github.com/mesos/mesos-go/blob/master/executor/executor.go#L128 There should be a way to pass own `Context` (for example `context.WithDeadline()`) to `Messenger` interface used by driver to...

@mohaseeb It seems that the original author dropped this feature. I'm happy to prepare a new PR.

@electron0zero This problem is not related to expired root certificate in trust store (the one that Blackbox exporter is using)? I'm experiencing similar issue for website that is using Let's...

Will the new version of the metrics package support the use of multiple providers for one metric? It is very convenient to use a combination of expvar and some external...

I can confirm that I have a similar issue regardless of whether I'm using a test coverage reporting or not. After disabling the test report in JSON, the tests run...