Alex Maras

Results 25 comments of Alex Maras

Initial report with the manual build - I had to update `curl=7.64.0-4+deb10u1` to `curl=7.64.0-4+deb10u2` as that specific version of the package is no longer available. After doing that, everything works...

Thanks for the mention about UUIDs - I've stripped those out of the logs. I've just pulled the latest version (was on `:latest` already, which appears to have been pushed...

Aha - turning off `remove_file_after_handling` fixed the issue. Previously, that was `true` for me, setting it to `false` makes them come through

Yep, agreed that it's still a bug. Just might provide a lead towards what's going on if that's happening sometimes. I've tested a number of times and it hasn't failed...

I think this may be related to double puppeting. In my case, the other user (sending me the messages) is a signal user that has double-puppeting enabled in my matrix...

I've been using this locally for a while from a manual build and I've been super happy with it. Thanks for putting it together @tmccombs!

@yogo1212 your script has an issue - it uses `$1` to try to get the PID, but that's getting `--build` from your passed args. It should be `$!` if you're...

@muayyad-alsadi I'm aware, I've tried using them. I hit issues similar to @yogo1212's, so I'm reworking that solution to make it reliable for me. I didn't want someone else to...

I've figured out why this is happening. The steam controller is idling when no input occurs, and stops sending the gyro events. Cemu will then consider the client dead because...

I'm trying to test this out for bugs. So far, I've hit 2 issues: 1. if there are no custom emojis, there's an error in the server code 2. if...