Leo Keil

Results 9 comments of Leo Keil

The one example which inspired me to suggest this would be the "Initialise XR on startup" toggle box in the "XR Plug-in Managment" section of the project settings.

I have had similar issues too, so likely the issues are related as you suggested.

I have no idea. Im pretty new to python and GIFs evidently, and my initial assumption came from the way normal video is encoded. I could definitely see where maybe...

In terms of posting gifs, I refrained from doing so directly as github reuploads them and that could mess with the images. Here are some links: https://cdn2.thecatapi.com/images/20n.gif https://cdn2.thecatapi.com/images/1ac.gif https://cdn2.thecatapi.com/images/MTcwMzEyMg.gif https://cdn2.thecatapi.com/images/dde.gif...

I tried to fetch the gif from online with pillow before but didnt have any luck, but maybe that could work?

Ah so I understand this right, that tk.PhotoImage doesn't sample the full frame, but only the data stored in that p-frame, huh.

I came across this bug specifically in combination with adventure maps,primarily one called Drehmal. The devs of this map (and some others) heavily rely on textures applied to spawneggs for...

I have recently also run into the same error using the following compose file: ``` services: web: image: wger/server:latest container_name: wger_server depends_on: db: condition: service_healthy cache: condition: service_healthy env_file: -...

This seems like a pretty important change to include for safe usage. The example provided is how most other container images handle rootless execution and seems like a sensible starting...