James Le Cuirot

Results 393 comments of James Le Cuirot

Look at the application page (not the edit page) and you'll see a watch/unwatch button at the top right.

I found that the Google bits and the launcher itself work fine with setting `https_proxy` like usual. It's the game that has trouble. It fails at the piracy check. proxychains...

Yes, the 1.17.40+ check. I'm not too familiar with how the project all fits together. I tried it once years ago, and set it up for my daughter last weekend....

> afaik wine has mfplat and based on provided info it lacks `mfplat.dll.MFGetConfigurationDWORD` When trying to play Catherine Classic, I get a crash with an error about that symbol being...

FWIW both 1.6.1 and 1.7 have been working fine for me on Gentoo. I use it regularly. My system uses elogind.

I get exactly the same output from `env -u DBUS_SESSION_BUS_ADDRESS gamemoded -t`, which effectively nobbles the D-Bus environment. In short, either you're not using D-Bus or you're not running in...

each + break might have been slightly less confusing than find + break but each returns the array rather than nil when it reaches the end.

I've reported the issue to Rubinius at rubinius/rubinius#1312.

I figured a simpler way to fix it would be to call `reset`. This is effectively what happens to a relation that's just been cloned anyway and it avoids the...

Turns out those two sections of code weren't entirely related any the `execute_grouped_calculation` override is still needed for #286 because sometimes Squeel is never visited. I still had to modify...