milahu
milahu
we can implement both 2 and 3 with backward compatibility (default is `--no-parse-env`)
workaround: ``` $ printf "a\nb\nc\nd\ne\nf" a b c d e f $ printf "a\nb\nc\nd\ne\nf" | tail -n4 c d e f $ node bin/concurrently.js "bash -c \"printf \\\"a\nb\nc\nd\ne\nf\\\" | tail...
node-ncurses? holy cow ^^ but maybe a browser-based interface would be prettier? \- goldenlayout.js as window manager (also used on https://godbolt.org/ for example) \- scroll back each process \- select...
cheap win: parse project version from `meson.build` file example: https://github.com/frida/vala/blob/62ee2b101a5e5f37ce2a073fdb36e7f6ffb553d1/meson.build#L1 ```meson project('vala', 'c', 'vala', version: '0.58.0-frida', meson_version: '>= 0.47.0', license: 'LGPL2.1' ) ``` in this example, the project has no...
workaround: use a binary build of pandoc, see my [pandoc-bin.nix](https://github.com/milahu/nur-packages/blob/master/pkgs/development/tools/pandoc-bin/pandoc-bin.nix)
still an issue with radiotray-ng 0.2.8, libappindicator-gtk3-12.10.1, plasma 6.1, wayland, breeze-dark theme setting `GDK_BACKEND=x11` does not help same issue with radiotray-ng c7f5bd089748e49d44ef76b12c2262dd66ef5331 same issue with [libayatana-appindicator](https://github.com/AyatanaIndicators/libayatana-appindicator) the `radiotray-ng.png` icon is...
> Is this the reason that it can't find my kvantum theme? no. qt themes should be in $QT_PLUGIN_PATH on runtime (not on compiletime) > ```nix > qmakeFlags = [...
that was way more attention that this issue deserves ^^ i just wanted to share my workaround, in the rare case that someone else runs into the same error but...
shameless workaround: replace puppeteer with jsdom @ https://github.com/milahu/deepl-client-jsdom ``` time echo $(echo 'humans are the virus' | node deepl-cli.js en zh) 人类是病毒 real 0m5.499s ```
im trying ^^ ``` echo 'humans are the virus' | node deepl-cli.js en zh --time time: 2.392 sec to require jsdom time: 0.018 sec to require getPath time sum: 2.425...