vliaskov
vliaskov
I am not sure this option would make sense, so I 've opened an RFC/wip for discussion. The size option of the create-namespace command can now take a percentage of...
Compiled from git master 5ba83177. All samples/ produce a blank window for me. Machine is x86_64 with Ubuntu 14.04, lua 5.1 and graphics card ATI Radeon HD 7850. glxgears works...
This is more a of a question, not an actual issue / bug report: I 've noticed immediate mode /compatibility profile is used in the code (e.g. glVertex in image.c,...
**To reproduce:** Fuseml (HEAD `f09f8679`) was installed successfully using `fuseml-installer install` on k3s, running on x86_64 bare metal machine. ``` Fuseml Environment Platform: k3s Kubernetes Version: v1.21.4+k3s1 ``` The `mlflow-e2e`...
**Describe the bug** Customer observes that cupsd occasionally gets stuck in a poll() loop. strace shows: ``` poll([{fd=30, events=POLLOUT}], 1, 10000) = 1 ([{fd=30, revents=POLLOUT|POLLHUP}]) poll([{fd=30, events=POLLOUT}], 1, 10000) =...
Firefox [requested](https://gitlab.freedesktop.org/mesa/mesa/-/issues/2976) to have a way to query the device's vendor PCI ID and device PCI ID. A possible way to do these queries is by implementing EGL_MESA_QUERY_RENDERER as first...