Adam Talsma

Results 4 comments of 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:...