Ryan Baxley

Results 10 comments of Ryan Baxley

I was able to get an image for every item traded on the GE, except for 3 that had gif icons (I just wanted pngs). I'll try running the script...

Is this something that you still want added?

I suppose it could be stored like this: "ping_types": { "alert": 26 "caution": 12 } I'm assuming the existing "pings" field needs to stay the same?

Here are my thoughts on how to fix this: Detect reincarnation with this: ```javascript {"time":1660,"type":"DOTA_COMBATLOG_MODIFIER_ADD","value":0,"attackername":"npc_dota_hero_skeleton_king","targetname":"npc_dota_hero_skeleton_king","sourcename":"modifier_fountain_aura_buff","targetsourcename":"dota_unknown","attackerhero":true,"targethero":true,"attackerillusion":false,"targetillusion":false,"inflictor":"modifier_skeleton_king_reincarnation"} ``` Detect aegis with this: ```javascript {"time":1737,"type":"CHAT_MESSAGE_AEGIS","value":0,"player1":3,"player2":-1} ``` Record the time aegis was used After...

I don't have any issues using this library on Android 12. If you need to set the `androidLayerType` for you use case, I would be ok if you made a...

When I tested the include/exclude using indeed's UI, the URL looked to be a different format than you generate in this branch. Can you help me understand if this is...

There is not currently a way to do that with this library. I think it is something that can be added, but it's going to be a couple weeks before...

Rebased the branch and let yarn fix the conflict