Henri Menke

Results 237 comments of Henri Menke

It's `wofi --dmenu` (double hyphen)

You can detect Wayland by checking whether `$WAYLAND_DISPLAY` exists. ```bash [ -n "$WAYLAND_DISPLAY" ] && echo "It's Wayland" ```

This looks like a great improvement, although I think it should be optional through a command line switch.

Grrr. That's also a problem of `standalone` with its nice implicit package loading (e.g. the `tikz` package option). I'll see what needs to be fixed in PGF.

I've investigated. It's not the fault of PGF but of `xcolor` (which is loaded by PGF). MWE: ```latex \documentclass[dvisvgm]{standalone} \usepackage{graphicx} \usepackage{xcolor} \begin{document} \includegraphics[width=1cm]{example-image.png} \end{document} ``` It looks like `xcolor` doesn't...

I just looked at this again today and it seems that these loops need to be parallelized: https://github.com/mgieseki/dvisvgm/blob/c2a894245debd2ef9f976e6036c43c72e7829829/src/ImageToSVG.cpp#L139-L143 https://github.com/mgieseki/dvisvgm/blob/c2a894245debd2ef9f976e6036c43c72e7829829/src/DVIToSVG.cpp#L178-L179

Just out of interest, how does this compare with [nix-direnv](https://github.com/nix-community/nix-direnv)?

You can use [magic_get](https://github.com/apolukhin/magic_get) (https://www.youtube.com/watch?v=abdeAew3gmQ). Requires C++14.

Hm, ich habe gerade versucht das zu reproduzieren, indem ich die App komplett zurücksetze, aber dann ist das Lesezeichen »Zufall von früher« auch weg. Wenn ich mich wieder einlogge, ist...

Please keep in mind that since https://github.com/torvalds/linux/commit/3fe617ccafd6f5bb33c2391d6f4eeb41c1fd0151 `-Werror` is *enabled by default* in the kernel, so these problems will likely appear more often in the future.