Alex Kiraly

Results 64 comments of Alex Kiraly

Good news - Maxim managed to find a firmware which contains an AARCH64 version of the Gree communication thing. The best news is that it has debugging symbols! The binary...

Hi, thanks for checking in. I didn't get to finishing the tests yet, I got stuck at trying to enable OpenSSL for Windows UWP builds. I ran out of time,...

That could work, it seems that non-UWP builds work normally. In order to avoid confusion, I would've suggested that all enabling for a platform to be done at once. However,...

Thank you for clarifying this. Unfortunately, I didn't get to try Sleek extensively and I didn't find the time to integrate it into my to-do routine. For this reason, I...

I'm running PHP 8.2.10 on Arch Linux. I've modified composer.json to edit the restrictions for < 8.2.11 instead of < 8.2, ran the composer command with "update" instead of "install...

> Which lines in the composer.json file did you have to change? [This](https://github.com/snipe/snipe-it/blob/16498fdcf82f76d3f9e992abec56e769fab6c205/composer.json#L20) one

I'm also experiencing the same thing on Arch Linux with version 3.1.1; It seems that VA-API encoding is not effected, and works as expected even with this version (whereas using...

nvenc only works on Windows (Only tested on Win 10), and requires the latest drivers. What hardware are you using? For faster replies, see #sunshine-dev on Discord: https://discord.com/invite/CGg5JxN

Well, it is indeed not mentioned anywhere, couldn't have possibly known

The only issue which prevents patching is that ``` struct bmic_identify_controller { .... } __packed ``` ends with that "__packed". Apparently, this is a hint for the compiler which makes...