Eric Huber
Eric Huber
Couldn't custom messages like that be generated in `grade.py`?
I would hope that only some attributes are essential matches for linking (e.g. any UUID number or NetID) whereas the name defaults to whatever initially, and can then be edited...
Can you give more information about the use case for real-time updates in your course app? Is polling the API causing issues?
Would it be better for this to override notifications preferences and send an email? (as I take it from the original suggestion)
I'm not sure, but it looks like the data is loaded from the image file here: https://github.com/beemdevelopment/Aegis/blob/584b0acb2b6426b7aec44549000ec48a09199aa7/app/src/main/java/com/beemdevelopment/aegis/ui/AssignIconsActivity.java#L129 https://github.com/beemdevelopment/Aegis/blob/584b0acb2b6426b7aec44549000ec48a09199aa7/app/src/main/java/com/beemdevelopment/aegis/ui/EditEntryActivity.java#L756 And there may also be some reason to put checks in the...
I haven't gotten GPU passthrough to work in x11docker myself but you could try running steam with the `-no-cef-sandbox` flag to see if it helps. Steam's Chromium layer needs some...
Sorry, I don't know, and it may be unrelated. I'd recommend experimenting with glxgears or something else first to see if hardware acceleration works at all. Steam for Linux does...
Well, it may not be ideal for security, but it looks like something like this works (using rootful Docker on the host): > sudo ./x11docker --gpu --sudouser --hostdisplay --pulseaudio --network...
The previous maintainer left two pinned issues at the top of the https://github.com/mviereck/x11docker/issues page. It sounds like someone would have to offer to step up and maintain it or fork...
By the way, if you have any comments on https://github.com/mviereck/x11docker/pull/535, it might help to pave the way in case the maintainer does have time to check in on it.