Benjamin Hodgetts

Results 29 comments of Benjamin Hodgetts

Chiming in here too. Calling .play() on the audio element starts playing, but the actual element doesn't update and shows the pause icon still.

Can you let us know the database structure you're using? I generate the gamelist XML files myself using my own (3000 lines of code) scraper so I'll need to modify...

I was expecting it to be to be honest. I do extensive database work so switching to DB queries rather than generating a big string of XML isn't going to...

I've just tested this again (after an import) and it doesn't start any faster than it did when it was using XML files. I've got the ROMs on a network...

NeoID: You can switch to the new style by using the experimental DB repo BUT there's one major issue. It still seems to scan all the games to see if...

Would the server command option "nogui" work for you here? EDIT: Apparently not. It looks like the performance is pretty much identical between all of them other than Java's own...

Did someone accidentally force everything to be localhost and hardcode all the values? This isn't the right address OR port that Transmission is running on. `POST http://localhost:9091/transmission/rpc net::ERR_CONNECTION_REFUSED`

This is indeed a very useful feature that aurman has (in that it compares the current pkgver against the installed one and only builds if it's changed). The only thing...

Seems worth mentioning that "partial upgrades" doesn't really apply to AUR because they're not likely to be system packages or core libraries; Just because I've updated to the latest version...