Lars-Kristian Dahl

Results 40 comments of Lars-Kristian Dahl

I realize this isn't ideal, but the types should still be compatible? The conversion is from int to long, which shouldn't cause any issues ? Please describe what you mean...

Public: 20 concurrent requests Authed: 10 concurrent requests

Also remove Name attribute from WarCollection items.

I won't be able to make it a WinRT library regardless, but I might be able to convert it to a regular UWP static library. If I'm not mistaken, I...

Ah, okay. Thanks for your insight. I could remove the use of WebClient, but I also use eg. Json.NET, which Im not sure supports UWP. And Also The XmlSerializer, DataContractSerializer...

ajmcateer: Did you get anywhere on this conversion? I think you should return a new Task with an empty byte array. Task.FromResult(default(byte[]));

Partial support complete. Need to find a way to deserialize the last composite parts correctly.

Wrong type, probably using int instead of long. However, EveStaticData is not a priority anymore because of EveCrest.

Another solution is to use Meta.default_manager_name = 'all_objects'. That would result in the same behavior as using the `.available_objects approach`, except that using `.objects` would filter out deleted items, and...

@dannyrandall I finally got around to try this, and it seems to work fine 👍 Thank you for the tip!