Mathieu Comandon
Mathieu Comandon
The API at macvendorlookup.com appears to be down, macvendors.co offers a similar API that currently works. Add a message to the README file about the usage of MacVendors.co API, as...
Right now we use the Ubuntu 18.04 based Lutris runtime. The name of this runtime is hardcoded in our source code. We consider moving away from this runtime and upgrading...
Our game class has grown beyond was is considered acceptable and is now disgraceful and hard to keep track of. We should consider splitting it into at least 2 classes,...
Add an action to reload IGDB data for a single game. Place button on game page. Visible by mods only.
Update the Discord IDs from https://discord.com/api/v10/applications/detectable in a task
The test "test_revisions" fails at line 99: self.assertEqual(2, len(revision_list)) This test points to a WP bug which as been solved http://core.trac.wordpress.org/ticket/22687 , I suppose this is why the test is...
In order to avoid growing the Game class beyond what's reasonable, I've separated it into 2 classes. The Game class handles what is related to the game's data and also...
The way our integrations deal with being logged out / expired token / invalid credentials is a complete mess. No 2 services behave the same and I seem to remember...
I had previously managed to run Rune without any issue, even in fullscreen windowed mode but with the latest build, the game now segfaults: ``` (gdb) run Starting program: /media/data/games/rune/System/rune-bin...
Trying to run Jamestown and it crashes with: ``` ./Jamestown-x86: symbol lookup error: ./Jamestown-x86: undefined symbol: SDL_GetWMInfo ``` Output of nm -D ./Jamestown-x86 ``` U SDL_CreateMutex U SDL_CreateThread U SDL_DestroyMutex...