Results 5 comments of Skylar Downes

The cleanest way that I've found to do this sort of thing is to manipulate the data yourself in the promise. Instead of using the treeControl you can set expanded...

There's a FIXME comment relevant to this issue here: https://github.com/data-exchange/dxchange/blob/2156024371f77674261524da24d1d959a743875c/dxchange/reader.py#L107

It sounds like you aren't using the built in rate limiting. lol-js should do the waiting for you if you set it up correctly. For starters, are you giving your...

You should be good if you have a default Riot api key, it looks like lol-js defaults to using that rate limit: [{time: 10, limit: 10}, {time: 600, limit: 500}]...

If you want some help getting started with CoffeeScript I'd be happy to assist. I always meant to come back and contribute to this project. I probably won't be able...