Ranieri Althoff
Ranieri Althoff
With help from @MillhioreBT I believe the issue above has been fixed. The problem was replacing `memcpy` with `copy_n` without properly converting data types, I reverted to `memcpy` which works...
@Zbizu if you have time, please check again that it has been fixed
> It feels hacky to use `expect(elem?.style.aspectRatio).toBe();` compared to `expect(elem).toHaveStyle()` Not only hacky, but does not work at all if you use classes instead of inline CSS
This is promising. I am looking into it, will probably require some rewriting to fit the standards of the rest of the code though. Do you mind if I push...
Does this still go through game protocol? I know the new client sends crash data to an HTTP endpoint
This is because the pugixml CMake module shipped with Ubuntu 20 is too old and was significantly changed. If you can, please use Ubuntu 22 instead. If you can't upgrade,...
Just created a new Ubuntu 22.04 machine and followed instructions, the build works fine. You seem to be missing `libpugixml-dev` which provides `/usr/lib/x86_64-linux-gnu/cmake/pugixml/pugixml-config.cmake`. Also note that you are running an...
The EA app bundled with Mass Effect Legendary Edition and Mirror's Edge Catalyst do not work at all. It installs, but shows a blank screen and prevents the games to...
> Edit: node-argon2 maintainer made [prebuilt cross arch binaries](https://github.com/ranisalt/node-argon2/issues/374#issuecomment-1863963596) last week. It's using ESM and ... `pkg` does not support ESM. I could move back to commonjs if necessary. I...
node-argon2 has been updated to ship all available prebuilt binaries on install, once it's updated to v0.40.1 it will be easy :)