Christopher Schramm

Results 290 comments of Christopher Schramm

I happened to give this a try and built a drop-in replacement for `std`, see https://github.com/yaxitech/incubator-teaclave-sgx-sdk/commit/41ae223d6458db488b938927015c643720b416ef. I can build an internal project that depends on things like `reqwest` just fine...

You're welcome. :slightly_smiling_face: > > Issue 2: `verify` acts weird. When I run `verify` in directory a it runs `rustup run 1.56.1 cargo check --all`. As `--all` is a deprecated...

The source of the empty header field is not Dokuwiki itself but the the way Dokuwiki and PHP interact. `mail("", "S", "", ["Bcc" => "B"])` passes ``` To: Subject: S...

@Klap-in: That'd work fine as well, yes.

Sounds super weird, yes. `AutoEnable` shouldn't really be involved, I think. If the adapter is not powered your mouse could not wake up the system, right? It seem like Bluetooth...

I'd clearly blame it on all those profiles/input/hog-lib.c errors. The BlueZ project should be much more helpful with this, then. I have to add that I do no really get...

Can be tested with ``` DISPLAY= dbus-update-activation-environment DISPLAY; dbus-send --print-reply --dest=org.blueman.Applet /org/blueman/Applet org.blueman.Applet.Activate; dbus-update-activation-environment DISPLAY ```

You do not seem to have a python package (in terms of pkg-config). Installing `python3-dev` gets the necessary metadata on the system (`libpython3-dev` should actually be sufficient). You will not...

I quickly tested this on MATE and checked [the X implementation](https://gitlab.gnome.org/GNOME/gtk/-/blob/799fb41937950e32cace797c142ac66e290b192b/gtk/gtkapplication-dbus.c#L688): What it does is use a session manager if one is available, specifically interfaces `org.gnome.SessionManager` and `org.xfce.Session.Manager`. Otherwise, it...

Strike that. Tried again after restart and the portal way did not prevent the screensaver this time. But... I fixed my `application_id` and now the session manager way does prevent...