Adrian Moisey
Adrian Moisey
Do you take unlicensed games? `6cf18228cfb66d48b3642069979d4a5103cb8528,26500,7,Somari`
> This scraper uses data from thegamesdb.net - if a game is on that site then this scraper should pick it up. The game I added already has an entry...
> Do you mind using a version I just created that uses the same hashing algorithms that the scraper uses? Ah, I didn't realise that you used your own hash....
Three more: ``` 0c4c9aa8002aece613bf74c2bcee12da79fe5ddc,26490,7,Mortal Kombat II Special (Unl) 9d8366640849c3b22aa0d97770b58572a04ce442,26482,7,Mortal Kombat II (Unl) 232e54da6faf7bac4a29769fa0379570d83ec32e,26491,7,Mortal Kombat III (Unl) ```
I've also been thinking about the extra buttons, I have a Logitech F310 gamepad that I bought because it looks like it has enough keys for all the consoles I...
I've beed wondering about this issue. I think there is a way in linux to assign a particular controller to a particular 'slot'. It would need to be done in...
Seems legit: ``` bash $ jsonlint -c has_errors.json has_errors.json: line 1, col 0, found: 'INVALID' - expected: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['. $ jsonlint -c has_warnings.json has_warnings.json: line...
The pygithub3 package is blocking this, as it doesn't support that endpoint yet.
It's already been done, thanks though. See https://github.com/markstory/lint-review/pull/74 and https://github.com/markstory/lint-review/pull/77
My plan for this issue was to use the status endpoint for a report of the _entire_ project's linting. @markstory do you think that's a good one to add?