shuo
shuo
FYI: did a quick search, found one nice bkd tree impl https://github.com/peermaps/eyros
> FYI: did a quick search, found one nice bkd tree impl https://github.com/peermaps/eyros Hmm, seems the license of eyros is not compatible with MIT.
Another FYI. From https://www.elastic.co/blog/lucene-points-6.0, the blog which announced lucene spatial support, there is a quote on future work: > Currently, dimensional values must be single points, but some geo-spatial use...
Thanks! Now golang 1.7 request has a method to get its context, and that is what I am doing, it should work too, right? ``` golang func HandleRequest(w http.ResponseWriter, r...
Hi, I have questions. I'm new to zipkin. So I may made some dump mistakes. Here is what I did: ``` sh docker run -d -p 9411:9411 -p 9410:9410 openzipkin/zipkin...
Hi jtolds, thanks for the reply. I've modified my code to use zipkin.Options{Fraction: 1}. And also created one middleware like following ``` golang func TraceHandlerFor17Context(c http.Handler) http.Handler { return http.Handler(func(w...
I think name mangling is not the final solution. The reason is, some library actually does not allow multiple copy in same process, e.g, they use some sort of file...
Name mangling and shipping dependencies in wheel, though works most of time, is kinda risky. And I didn't find any warning message in document or readme. If it breaks, it...
@seanmonstar ping~ Could u pls review this PR?
# Bug and trouble shooting I've been debugging the crash bug for hours. It was reported by others and had a quick fix by setting ScreenEdge::ALL. Since the crash is...