Diego Garcia

Results 31 comments of Diego Garcia

Any update on this? Can confirm the problem persists on the latest 1.18 version, and the issue appears to be specifically with the infinite steak from the Project Expansion mod,...

I guess it's broken on newer android versions... Same error here

Had a similar crash happen on server due to create contraption with mechanical saw, causing server to freeze and crash due to watchdog: https://pastebin.com/y5kqvQ04 This is just a wild guess,...

Update: apparently this issue is caused by the AECapFix mod, either removing it or upgrading to version 0.8 fixes it: https://github.com/Technici4n/Powah/issues/137

> Hi @danielgatis, > > I've added the code for the `correct_orientation_and_remove_background` function as discussed. Please let me know if you have any feedback or need further modifications. > >...

Update: For some reason, it only happens when trying in `wayland`, x11 and drm work fine: ``` ❯ NVD_LOG=1 LIBVA_DRIVER_NAME=nvidia vainfo --display wayland Trying display: wayland 1080.159804159 [13860-13860] ../nvidia-vaapi-driver-0.0.12/src/vabackend.c:2188 __vaDriverInit_1_0...

(Final?) update: I was trying some stuff, and I managed to make vainfo find the right DRM device by modifying this variable on `vabackend.c` to search for it when on...

I think frenata's suggestion of implementing rye's "dependency-operator" config would satisfy every party. Keep the `>=` as default, since there is good justification for having it there, but people who...

> I think this is what you should use the uv.lock lockfile for both when developing the application and deploying it. This "forces" a dependency in uv for deployment, though....