Jonas Ådahl
Jonas Ådahl
FWIW, GLFW setting an opaque region without explicitly asking for a XRGB buffer first is incorrect, unless explicitly told by the application what part of the buffer is opaque.
What is the recommended way to run a nested dbus session, if not by using `dbus-run-session`? I mostly use it to run debug instances of GNOME Shell, as well as...
FWIW, I use `dbus-run-session` in test suites to run tests requiring a session either in a nested dbus session, to let test applications own names normally owned by some other...
FWIW, the same problem occurs with Fedora 36 here: https://gitlab.gnome.org/jadahl/gnome-remote-desktop/-/jobs/2075290#L121 From there, you can download a docker image used by CI and reproduce with the merge request linked from the...
> I would argue that a more future-proof approach would be session bundling rather than just extending existing session implementations. Mh, not so sure about that, the point of sharing...
I didn't know about theh [reviewable] etc, which covers most of the use cases I was looking for. Maybe some other of the use cases I had in mind (being...
Could it be that you are using the master branch? You need to use one of the 2.1.x versions or the 2.1.x branch. At least that's the only one I've...
It looks like you are building mod_restful with compiler from a newer version of OTP than you load ejabberd with: ``` =ERROR REPORT==== 27-Oct-2012::11:34:56 === beam/beam_load.c(1365): Error loading module mod_restful:...
WIP pushed. All unit tests (mod_restful/tests, mod_restful/priv/tests/, mod_private_email/priv/tests) pass by now, but that's all that is tested so far.
Sorry, I have never done any Erlang development on Windows so I have no idea what might be wrong. There are no precompiled .beam files though. Note that you need...