João Neto

Results 15 issues of João Neto

When dragging the terminal to a different window, only a blank empty file will show up (and the terminal session is lost) ![ezgif-2-27ad420485ba](https://user-images.githubusercontent.com/1539767/57154869-d32c5080-6dd1-11e9-9571-7740d505d0a9.gif)

Hi! Is it possible to delete top-level keys (i.e. from a bucket)? If so, this doesn't seem to be exported through any of the APIs (Java/TypeScript).

feature-request

# Bug / Requests [GET `/latest/universe/races`](https://esi.evetech.net/latest/universe/races) returns a list of races, each having an `alliance_id`. Edit: as stated by @CarbonAlabel these are faction Ids, and they should be documented/named as...

# Bug Some corporations have their logos missing in the image server (while they're available in-game). For example, corporation `1000413` (AIR Laboratories): https://images.evetech.net/corporations/1000413 returns `["logo"]`. https://images.evetech.net/corporations/1000413/logo returns a 404 https://images.evetech.net/Corporation/1000413_128.png...

bug
esi-corporations

# Bug Bloodlines with IDs 9, 10, 19 have a `race_id` of 16 (probably Jovians). Bloodlines with ID 25, 26, 27 have `race_id` 135 (Triglavians) However, a race with this...

bug
esi-universe

# Inconsistency The `ship_type_id` field in the `/universe/bloodlines` is marked as _required_, but the retrieved data may be `null`. The spec guarantees correctness by providing a `x-nullable` attribute to the...

esi-universe
inconsistency

# Bug We can retrieve the number of total unread emails of a character via the `/characters/{character_id}/mail/labels/` endpoint. However, the number of unread emails is not calculated correctly when an...

bug
esi-mail

# Bug Similar to #453, ESI returns an invalid `ceo_id` value of `1` for some corporations. ## Request ```sh curl https://esi.evetech.net/latest/corporations/1000441 ``` ## Response ```json { "ceo_id": 1, "creator_id": 1,...

bug
esi-corporations

# Bug The `List calendar event summaries` endpoint will ***sometimes*** return only a subset of the events. It's not uncommon for the endpoint to return less than `50` events. These...

bug
esi-calendar