GoldenGnu

Results 122 comments of GoldenGnu

So, looked into this a bit more. And there is no easy way to get the size (S/M/L/XL) of item types. It’s possible to get the slot location, though. As...

> Meta Level Already released in 5.9.0 > Slot location Will probably been in 6.0.0 > Size I tried working out size, but, the info is not easy to extract...

May be easy to do here (have to test it ofc.): https://github.com/GoldenGnu/jeveassets/blob/master/src/main/java/net/nikr/eve/jeveasset/gui/tabs/stockpile/Stockpile.java#L1761 Simple add an option to do Math.max() instead of +

This depends on historical price data: #76 Selecting values from the SQLite database should be relatively cheap.

Another thing to take into account, is that some blueprints produce more than one item. Note: Need to use `productQuantity` not `portion`

The completed date is not included in ESI. Calculating the data from the transaction is a can of worms, as each transaction can not be linked to a specific order,...

The problem is matching each transaction to a specific order. There is no 100% reliable way to figure out what order a transaction was made to/from. You can guess, as...

Yes, I can agree with that. Using the best available data sounds like a good plan. So, feature request accepted. But, without an ETA. It will be done at some...

> Where do I donate ISK to push this up the list To someone with more free time than me :D > You're involved in the CSM, right The CSM...

If you’re on a 4K screen please try the following workaround: https://github.com/GoldenGnu/jeveassets/issues/11 Let me know if that resolve the issue or not.