David Balderston
David Balderston
The event ID, no, but the event name and the link to the match are both possible using: `const link = el.find('a').attr('href')` `const eventName = el.find('.event-name').text()`
Seems to happen after any is added inside the post itself. Any content after that gets duplicated after the comments are embedded
I was having this running on Node v18. Switched down to Node v16 and it went away.
Ah, bummer. I'll comment back if I can find a workaround. For csgo, I was using demofile and ya had to use entity changing cause I think I remember that...
I'm not sure about performance, I'm sorry. Didn't have anything to compare it to since I had to do it at the very beginning to be able to get consistent...
I submitted a bug report to them, so we will see.
I don't know 100% since I've never built the actual demo parser. But, historically the demos do not start mid already in first round. Usually its mid warm up round...
Their last 2 cs patches did both mention changes to the demo system. So, maybe work is still being done. Also, just wanted to say I appreciate your work on...
Ah, kk. I'll probably loop through one of the ticks then to get the players. Thanks!