GoldenGnu
GoldenGnu
As per burberius suggestion on discord > When you have a lot of requests (like millions) it will check for every request if it is outdated > better would be...
jEveAssets is very slow to initialize all the tools on startup. Individual they may not take long to initialize, so having an option to "fast start" that only initialize shown...
Saving the entire settings file even on minor changes, is not great. Splitting the settings up into smaller files would help with that.
Knowing when the data in each table was last updated would be useful. For assets it would need to be a column as it gets data from multiple endpoints (one...
It would be great if jEveAssets was able to be opened on other monitors, than monitor 1 Both if opening at a fix position and if remembering position.
# Inconsistency ### Routes https://esi.tech.ccp.is/dev/?datasource=tranquility#!/Industry/get_characters_character_id_industry_jobs https://esi.tech.ccp.is/dev/?datasource=tranquility#!/Industry/get_corporations_corporation_id_industry_jobs ### Description Corporation: `location_id (integer): ID of the location for the industry facility ` Character: `station_id (integer): ID of the station where industry facility...
# Inconsistency ### Routes https://esi.tech.ccp.is/latest/#!/Assets/get_characters_character_id_assets https://esi.tech.ccp.is/latest/#!/Assets/get_corporations_corporation_id_assets https://esi.tech.ccp.is/latest/#!/Character/get_characters_character_id_blueprints https://esi.tech.ccp.is/latest/#!/Corporation/get_corporations_corporation_id_blueprints ### Description 1) The following location_flag enum names does not match the flag values in the SDE ``` ESI SDE CorpDeliveries CorpMarket...
Add https://eveterminal.io to the lookup menu https://eveterminal.io/market/region/10000002/41030/ https://eveterminal.io/market/region/[RegionID]/[TypeID]/ https://eveterminal.io/market/system/30000142/41030/ https://eveterminal.io/market/system/[SystemID]/[TypeID]/ https://eveterminal.io/market/station/60003760/41030/ https://eveterminal.io/market/system/[StationID]/[TypeID]/
``` ERROR: 2024-06-08 09:15:36,699 [Price Fetching 1] uk.me.candle.eve.pricing.impl.Janice - Error fetching price com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2 path $ at com.google.gson.Gson.fromJson(Gson.java:1003) at com.google.gson.Gson.fromJson(Gson.java:956)...