Saurav Sachidanand
Saurav Sachidanand
@meshula Thanks for the report! I won't be able to fix this anytime soon, please feel free to open a PR!
Hi Eitan, For obtaining the `eq_point`s, the basic idea is to calculate the heliocentric coordinates of the Earth from `astro::planet::heliocent_coords`, and then apply a series of transformations and corrections to...
Thanks! And yes, extracting TLE data and applying SGP4/SDP4 models to it does sound like a great feature to add. I'll look forward to implementing it in pure Rust.
Hello, I'd like to work on this if nobody else is.
Hi @songy23. I am interested in GSoC 2018 :) I introduced myself on gitter a few days back and proposed a project not on the official list - building stats...
@songy23 sorry I haven't been able to get to this as I've been busy with other work. I won't be working on it anymore.
I'm guessing this need `cgo` bindings to `libpcp_pmda` so we can build a daemon PMDA in Go?
@natoscott Thanks for the clarification. There is apparently no equivalent of `-javaagent` for Go, so we can't profile an unmodified Go binary. We could instead implement a `PCPInstanceMetric` like I...