Frontrider
Frontrider
I don't know if it's possible, as the tests will never run from the provided code. I doubt that it's relevant, but I'm commenting anyways.
`PROTON_REMOTE_DEBUG_CMD=/path/to/winediscordipcbridge.exe PRESSURE_VESSEL_FILESYSTEMS_RW="/run/user/1000" %command%` This makes the miner's union show up, and the game opens a browser to log into discord, but the discord app still won't see the game. the...
Found it. Installed discord via snap, and the socket is in a different folder. Line 239 updated to, so it includes snap ` snprintf(addr.sun_path, sizeof(addr.sun_path), "%s/snap.discord/discord-ipc-%d", temp_path, pipeNum);`
oh sorry, the main.c.
look into /run/user/{user_id}/ and look for the `discord-ipc` file. Could be an argument instead of a hardcoded string
It also stopped working for me as well.
Same on Endavour OS.
I was pointed at this, I'll look into it when I can. https://github.com/junit-team/junit5/issues/157
That command made a new jre folder inside the project's folder. After further fiddling, this is the point when intellij stopped complaining about missing classes again, compilation fails. https://gist.github.com/Frontrider/840406ffa79fbe402f8f0cfc943d189b With...
> One for adding tests to gradle plugin, I think that should also target `master`, but I don't have strong opinion on this one. Depends. The tests are currently there...