Gastón Haro
Gastón Haro
I can check
Problem still persists. To reproduce it is pretty simple: ``` index := s2.NewShapeIndex() loop := s2.LoopFromPoints(points) index.Add(loop) index.Build() other_loop := s2.LoopFromPoints(other_points) index.Add(other_loop) index.Build() // Deadlock ``` I'll provide full code...
> You are adding the same shape a second time to the index? No, new (and different) shapes. PS: Sorry, I updated my previous comment there was an extra line....
Sorry I haven't found time to submit a minimal working example to reproduce the bug, but the way to go is pretty clear. Even by doing code inspection you realize...
I've seen that some instrumentations are using `web.request` for incoming requests (a.k.a `server`) and `http.request` for outgoing (a.k.a `client`) requests. I personally found ok any of the naming conventions the...
Same here, use case is to have a tool to deal with setting correct expected parameters when order is not deterministic (due to map iteration for example). I set all...
@LandonTClipp I see the documentation but part of that piece of code is gone from master branch. Specifically `unroll-variadic` flag is not being parsed anymore as the documentation reads.
We have also ended up not relying on the native instrumentation for the http client due to this problem and have implemented our own which is against what we would...
Having multiple services is terrible and clearly does not help the situation of having centralized meaningful metrics about your downstream dependencies and how those are behaving.