thkoch2001
thkoch2001
Lennart pointed me to the command canberra-gtk-play included in libcanberra-gtk0.
On Debian systems, a terminal emulator that wants to provide the virtual package x-terminal-emulator must understand the -e and -T options: https://www.debian.org/doc/debian-policy/ch-customized-programs.html#packages-providing-a-terminal-emulator BTW: I learned about termonad now because it...
With log file rotation I mean what the logrotate unix tool does, although I do not know whether it was used here. On the customers instance I saw files like...
Unfortunately I now see another problem already on 64 bit platforms: ``` running: "/nix/store/pja9g36cy32z3d51942jqk91a6l2d5nv-gcc-wrapper-10.3.0/bin/c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-std=c++17" "-DNIXVER=204" "-o" "/tmp/nix-build-nix-du-0.4.1.drv-0/source/target/x86_64-unknown-linux-gnu/release/build/nix-du-c9e691f13c378539/out/wrapper.o" "-c" "wrapper.cpp" cargo:warning=wrapper.cpp: In lambda...
Thanks for the quick reply. Just posting the info here in the bug is enough for me. The next best thing might be a README just in the icons folder?...
/lifecycle frozen
We have a very elegant solution how we pass data to JavaScript (german): http://www.comsolit.com/blog/2014/04/datenuebergabe-innerhalb-webapplikationen
For reference, these are some issues in PackageKit that @purpleidea opened and mentioned in a [blog post](https://purpleidea.com/blog/2016/03/14/automatic-edges-in-mgmt/): * https://github.com/hughsie/PackageKit/issues/116 - Resolve should also return a "newest" flag in addition to...
These two issues might help to understand what needs to be done? https://github.com/emacs-lsp/lsp-mode/issues/3018 https://github.com/emacs-lsp/lsp-mode/pull/2531
From the code it also looks that it would only serve as an in-memory cache and not be meant for persistent storage as what I had in mind. Maybe it...