wvdvegt
wvdvegt
Hi Could you please add an option (or explain how) to import accounts from Live Writer into Open Live Writer? Btw Very nice to see this application moving forward again....
# Bug https://developers.eveonline.com/blog/article/esi-best-practices-using-underscore-routes The link https://esi.tech.ccp.is/_latest/swagger.json at the bottom seems outdated. Should point to https://esi.evetech.net/ instead. ## Request https://esi.tech.ccp.is/_latest/swagger.json ## Response ### Status Code `404` ### Headers ### Body ##...
# Bug After a number of pages, get_characters_character_id_assets returns {"error":"Undefined 404 response. Original message: Requested page does not exist!"} This response code is however not specified in the swagger definition....
I just recompiled and installed your Kanban Tasker and it looks very promising. However I miss one thing however that is essential to Kanban and that is to be able...
Social skills as Connections are not used for standing (for me one of the standing shows 0.97 but in-game it displays 1.69 with connections at lvl2). https://support.eveonline.com/hc/en-us/articles/203217152-Standings contains the formula's.
It seems as if the new BPO's (compression modules and the medium industrial core) are missing in the most recent sde dump. The result is that the industry listbox remains...
I added a ` GC.Collect();` statement to the EveMonClient_TimerTick of mainwindow.cs (after the two udates methods) and it seems to lower the memory usage quite a bit (a steady 371M...
Not very comfortable with pull requests so an old fashioned patch. ``` diff --git a/src/EVEMon/Controls/Overview.cs b/src/EVEMon/Controls/Overview.cs index a5b6a388..1efb5594 100644 --- a/src/EVEMon/Controls/Overview.cs +++ b/src/EVEMon/Controls/Overview.cs @@ -11,6 +11,8 @@ using EVEMon.Common.Enumerations.UISettings; using...
At ~ line 120 of EVEMon.Common/Models/BaseCharacter i changed ``` if (skill.PrimaryAttribute == EveAttribute.None || skill.SecondaryAttribute == EveAttribute.None) return 0.0f; ``` into ``` if (skill.PrimaryAttribute == EveAttribute.None || skill.SecondaryAttribute == EveAttibute.None)...
Is this extension able to upload artifacts? I have some external assemblies needed for running the tests, but no matter what I enter in the appveyor.yml file they are not...