Sergey Savenko

Results 16 issues of Sergey Savenko

Some projects use rebar configuration files other than `rebar.config`. For example, in https://github.com/eproxus/meck they use a separate config file to run eunit tests and the plugin fails to run tests...

Enhancement
feat:Rebar
Old

The [dogstatsd protocol's](https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=metrics#dogstatsd-protocol-v12) special characters occurring in metric names and tags are not escaped. The following characters in tag keys and values should be replaced: `|`, `,`, `#`, `\n`. The...

bug

`forwarderHealth`'s `healthcheckLoop` returns upon `hasValidAPIKey` returning false [here](https://github.com/DataDog/datadog-agent/blob/c7b1b2024b8fa779dcb8d21d5d227210a8af95cb/comp/forwarder/defaultforwarder/forwarder_health.go#L135-L139). Once that happens, forwarder's health no longer gets updated. I observed a cluster check runner instance with an "unhealthy" forwarder that was...

team/triage

Running minimock without `-g` flag produces a `go:generate` line that looks like this: ``` //go:generate minimock -i InterfaceName ... ``` `minimock` can resolve to any command on the system go:generate...

# IU-143.1453.5 Plugin version: 0.6.1 (beta) Stacktrace: ``` null java.lang.UnsupportedOperationException at net.venaglia.nondairy.soylang.elements.path.PsiElementCollection$1.remove(PsiElementCollection.java:57) at net.venaglia.nondairy.soylang.inspection.ParameterAlreadyDeclaredInspection.findProblems(ParameterAlreadyDeclaredInspection.java:77) at net.venaglia.nondairy.soylang.inspection.AbstractSoyInspection.checkFile(AbstractSoyInspection.java:104) at com.intellij.codeInspection.LocalInspectionTool$1.visitFile(LocalInspectionTool.java:156) at com.intellij.extapi.psi.PsiFileBase.accept(PsiFileBase.java:70) at com.intellij.codeInspection.InspectionEngine.acceptElements(InspectionEngine.java:81) at com.intellij.codeInspection.InspectionEngine.createVisitorAndAcceptElements(InspectionEngine.java:69) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.a(LocalInspectionsPass.java:294) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.access$200(LocalInspectionsPass.java:73) at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$2.process(LocalInspectionsPass.java:261)...

Since https://github.com/DataDog/dd-opentracing-cpp/pull/147, the library writes some debug information to a `/var/tmp/dd-opentracing-cpp/startup_options-*.json` file on startup. This is problematic: * The users risk running out of disk in environments where the processes...