Andrea Cadeddu

Results 15 comments of Andrea Cadeddu

[This](https://github.com/docker-library/redis/issues/46) is the discussion on the docker redis image, there are few workarounds. It will be nice if we could at least override the command as in the redis vanilla...

I don't have a M1 nearby to try out, so it's a bit hard for me to test. Are you running those commands in the Xquartz termina window? the dbus...

I’m waiting for the delivery of an M1, ideally I’ll have a new MBP and an update before the end of the month.

I seem to be able to reproduce. I did see ` Warning: JavaScript error: GError: Domain: "WebKitJavascriptError", Code: 699, Message: ` . This seems very much related, https://github.com/atlas-engineer/nyxt/issues/1657 I'll do...

yup, quoting the manual: > Playing videos > > Nyxt delegates video support to third-party plugins. > > When using the WebKitGTK backends, GStreamer and its plugins are leveraged. Depending...

I have installed those: ``` libgstreamer1.0-0 gir1.2-gst-plugins-base-1.0 gir1.2-gst-plugins-bad-1.0 ``` but the link still causes a crash with the same message. here's my system info ``` System information Nyxt version: 2.2.1...

disabling compositing did not help, but I did manage to get a more descriptive message. ``` [11:24:41] Loading "https://youtube.com/". (WebKitWebProcess:431): dbind-WARNING **: 11:24:46.427: Couldn't connect to accssibility bus: Failed to...

that last message brought me to try to install `mesa-utils` and `libgl1-mesa-glx` as mentioned here https://github.com/openai/gym/issues/509 and the error changed slightly, but still fails ``` [11:37:57] Loading "https://youtube.com/". (WebKitWebProcess:237): dbind-WARNING...

and by logging in the container, ``` docker exec -it 01d8a4fb529b bash root@01d8a4fb529b:/opt/nyxt# export DISPLAY=host.docker.internal:0 root@01d8a4fb529b:/opt/nyxt# glxgears libGL: MESA-LOADER: dlopen(/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so) libGL: Can't open configuration file /etc/drirc: No such file or...

the machine I normally use does not. It's a plain MBP with an intel iris. I might have an old one with an nvidia card, but I'm surprised it matters....