Jan Alexander Steffens

Results 69 comments of Jan Alexander Steffens

I've also got complaints from IRC users behind our bridge that the experience is now miserable. URLs are now too long and often unclickable in a terminal, and the default...

SHA512 also sounds like overkill. SHA256 should be good enough for this.

Same here (archlinux.org), using antispam with Draupnir. Frequent errors in the logs like this one: ``` synapse_http_antispam: [PUT-762951-!…] Error in async callback (POST http://localhost:8585/api/1/spam_check/check_event_for_spam) Traceback (most recent call last): File...

This hit GStreamer today. https://gitlab.freedesktop.org/daniel.pendse/gstreamer/-/jobs/62727051 Error ``` CreateProcess failed. Command attempted: ""C:\Python311\Scripts\meson" "--internal" "exe" "--capture" "subprojects\gtk-4.14.5\gtk\gtktypebuiltins.h" "--" "C:\Python311\python.exe" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/subprojects/glib-2.78.3/gobject/glib-mkenums" "--template" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtktypebuiltins.h.template" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtkaboutdialog.h" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtkaccelgroup.h" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtkaccessible.h" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtkaccessiblerange.h" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtkaccessibletext.h" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtkactionable.h" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtkactionbar.h" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtkadjustment.h" "C:/Users/Administrator/runner/builds/daniel.pendse/gstreamer/build/../subprojects/gtk-4.14.5/gtk/gtkalertdialog.h"...

Looks like the egl-wayland code [always sets up explicit sync for a window](https://github.com/NVIDIA/egl-wayland/blob/master/src/wayland-eglsurface.c#L2787-L2807) but then [does not set sync points](https://github.com/NVIDIA/egl-wayland/blob/master/src/wayland-eglsurface.c#L248-L281) if a `wlStreamResource` was set when creating the surface context....

Seems to be a deeper problem - C `readdir` does return `DT_FIFO`, but GNU ls later corrects it using `statx`.

FTR, the issue isn't restricted to external tagging; other forms of tagging don't make it work, either.

Is a release with this planned before Synapse defaults to disallowing unauthenticated media?