Erik Kalkoken

Results 9 issues of Erik Kalkoken

I would like to use your great package, but unfortunately my project needs to maintain backwards compatibility with Py3.5. What are the reasons 3.5 is not supported (e.g. which 3.6...

# Bug When requesting the characters information for certain characters, the string returned for the `description` attribute appears to be in Python format. Instead of a normal string like `"Zuverlässigkeit"`...

bug
esi-characters
Internal Issue Created

# Bug The corporation contracts endpoint does not appear to set the 'availability' property correctly for courier contracts. Courier contracts that are created with an availability as 'my corporation' or...

bug
esi-contracts
Internal Issue Created

I was trying to work with the `SlackTaskClient` class for uploading a file with `UploadFileAsync()`. Uploading works fine, but the method still throws an `NotImplemented` exception. And Looking at the...

I am currently building a queue, which stores it's content in a binary file and I think I stumbled over a bug. After canceling an asyncio task that is still...

When we have a task like this: ```python @celery.task(base=QueueOnce, once={"keys": ["alpha"], "graceful": True}) def example(alpha=None): ... ``` And you call the task without the optional argument like this: ```python example.delay()...

### Description I am current building a persistent queue library based on aiosqlite and think I might have found a bug. When a task is still trying to perform SQL...

# Bug The image server is missing a render image for the Boobook shuttle (Type ID 64034). This type is reported as published in the SDE and therefore expected to...

# Bug When requesting names from the asset names endpoint I am sometimes receiving an HTML text response for a 400 status instead of JSON. This confuses my swagger client,...