Josh Ferrara

Results 12 comments of Josh Ferrara

These two in particular are meant to be outputs of these methods according to the original function headers - should've included those when I ported the library... I've done a...

Linking my other comment here as well; this indicates the root-cause of these issues: https://github.com/joshuaferrara/go-satellite/pull/7#issuecomment-596023334

> As a reference I used gPredict, pyorbital and sgp4 Some of the modified methods have citations in the comments prior to them, for example: ``` // Reference: The 1992...

My initial desire was to port the library as close to the original as possible. I'd think for convenience sake though, converting the API to take time.Time would be appropriate...

See my comment in #5 , but the gist of some of these unused variables seems to be that they're actually meant to be outputs of the function. Rather than...

unfortunately, most of my friends that play CS have stopped - myself included - so this is a bit tough for me to debug 8( @EloB if you'd like to...

remove `package-lock.json` and then increase the version number for `steam` in `package.json` to whatever the latest is. try `npm i` and see if it works. you might also need to...

> Python library has the same issue > [ValvePython/csgo#39](https://github.com/ValvePython/csgo/issues/39) good find, thanks for the research!

normally you should just install via npm: `npm install csgo` it looks like you're trying to install from source though which _should_ be painless. it looks like a dep got...

I still don't know what could be causing this and I haven't done much research into this. It is recurring though as it's also been talked about in #25 and...