Results 3 issues of erwin

I was investigating the Sub and Add functions to learn Gorgonia but I saw some strange behaviour. I've this line of code: `sub := gorgonia.Must(gorgonia.Add(output, cnn.Pred))` Like in the tutorials,...

L.S. I see in ru.cinimex.exporter.prometheus.metrics.MetricsManager.HTTPServer in lines 36 to 38 this: ``` HttpHandler mHandler = new HTTPMetricHandler(registry); server.createContext("/", mHandler); server.createContext(url, mHandler); ``` This means that you put it open for...

L.S. I have an issue with Tail. We have an application that watches a file to send changes to an event bus to generate alerts. The issue is that when...

enhancement