Adam Talsma
Adam Talsma
approved by GD edit: misclick on the labels
the same as provided in https://esi.tech.ccp.is/latest/#!/Corporation/get_corporations_corporation_id_structures `services (Array[get_corporations_corporation_id_structures_service], optional): Contains a list of service upgrades, and their state` ? but on a per cit_id basis, I assume? I don't think...
`loads` also fails: ```python >>> foo = '{"foo": "\\ud80d"}' >>> json.loads(foo) {'foo': '\ud80d'} >>> rapidjson.loads(foo) Traceback (most recent call last): File "", line 1, in ValueError: Parse error at offset...
> Any idea of what should be the correct behaviour here? it should fallback to ascii string.... as for print, try it with a file (or network stream), works fine:...
approved by game design
``` $ curl -i --compressed -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'Authorization: Bearer ' -d '{"characters": [92168909]}' 'https://esi.tech.ccp.is/latest/characters//cspa/?datasource=tranquility' HTTP/1.1 201 CREATED Server: nginx Date: Mon, 23 Jan...
I think it's because the hovered element is drawn last. it should stay in the initial draw order (biggest first), and not reorder based on hover status. I think then...
if you're using this route, and trying to figure out how the connections parameter works, you can use the v2 ui as a workaround for the time being. https://esi.tech.ccp.is/latest/#!/Routes/get_route_origin_destination each...
tried out the filters, they sort of work, but they're not that great. for some reason you can't include the first letter of a tag with any success. I imagine...
ffs. it's case sensitive search 👎