Amadeusz Sadowski

Results 179 comments of Amadeusz Sadowski

Soo let's push a PR already so that there's *something* visible happening :>

Cool. Don't overthink stuff. It's a pretty static page. Great to know you're still on it! :D

@bguyan you mean will we still use AppSpot? Maybe, maybe not. Hasn't been decided yet. Why?

This website is essentially an abandonware at this point. If you know any web developer happy to contribute, please share. I'm not in position to fix this, and none of...

@bguyan my guess is that the webapp uses up the GitHub API request limit and some repos "fall-off" the site simply because during refresh cycle they were the last ones...

I've investigated some optimizations in #112 and I think the best approach would be to use the webhooks. It'd probably drastically drop the number of requests made.

It's in https://github.com/BSData/bsdata/blob/master/src/main/java/org/battlescribedata/dao/ReleaseService.java#L41-L56 - it seems the call is already being paged.

Soo this is where the call is made. It *seems* to be paged, but I don't have the libraries it's using right now, so I don't know what do these...

Yeah. Java backend is a kind of a REST web API, and BattleScribe talks to it, as well as the frontend, but the frontend isn't necessary for BattleScribe to do...

@migol data site should be up right now. Logs are scarce and unfortunately don't exactly help because of the system design. There are a few issues we're aware of, and...