Andrew

Results 14 comments of Andrew

Still an issue in Windows (specifically 8.1 w/ Python 2.7.9). Fix is still as mentioned above: 1. Install via: `pip install git+https://github.com/gtaylor/EVE-Market-Data-Uploader.git` 2. Rename `emdu_console` to `emdu_console.py` in the `C:\Python27\Scripts\`...

I was poking around CREST just now and I didn't see a way to get actual market buy/sell orders. Just aggregated "adjustedPrice". If CREST gets to the point where you...

I can't check SISI. I only just started playing eve a few weeks ago and apparently my credentials do not work for SISI (i.e. I wasn't in the system w/...

Is there any update on this issue? Or is there a better source other than this issue?

The compact logic isn't exposed. Seeing if we can bolt to expose it here: https://github.com/etcd-io/bbolt/issues/247 . I put a PR up for them as well. If not we can always...

This should also allow the CLI to easily use and be lockstep versioned w/ the swagger/open-api2 client.

Should be a pretty simple fix, internally we are using `resty` which supports `client.SetProxy()` which seems to do just that.

It looks like both of these issues are already fixed, just not released.

A release is in the mix, hard getting PRs through atm.

`external_jwt_signer_model.go:103` looks to be the same issue from the other stack trace. The next release (v0.28.9) should have this fixed.