milahu
milahu
priority: has workaround difficulty: trivial ### actual `$1` is appended to `/home/user/.nix-portable/nix/store/j823gnvpxh1fjibycmldrspkk3pgivwp-nix-2.20.6/bin/` ``` $ nix-portable /nix/store/xxx/bin/foo proot error: '/home/user/.nix-portable/nix/store/j823gnvpxh1fjibycmldrspkk3pgivwp-nix-2.20.6/bin//home/user/.nix-portable/nix/store/hbpshlwkgs3qs8r35k8mindh8ansavph-bash-interactive-5.2p26/bin/bash' not found (root = /home/user/.nix-portable/emptyroot, cwd = /home/user/test, $PATH=(null)) $ nix-portable...
expected: running `gradle installDist` should copy files to `$prefix/bin/` and `$prefix/lib/` actual: running `gradle installDist` has no effect related - [build.gradle](https://github.com/GumTreeDiff/gumtree/blob/main/build.gradle) - [gradle distribution plugin](https://docs.gradle.org/current/userguide/distribution_plugin.html) workaround: [gumtree.nix](https://github.com/milahu/nur-packages/blob/master/pkgs/development/tools/gumtree/default.nix) ```sh mkdir $out...
deskew 1.30 fails to deskew empty scanned pages with a grey page border actual: the detected angle is too large, for example 9.535 instead of 0.5 degrees expected: deskew should...
currently auth values in the server url are ignored example urls ``` https://[email protected]/upload/ https://someuser:[email protected]/upload/ ``` probably this is a limitation of the http client library (requests? aiohttp?) workaround ```py #!/usr/bin/env...
the `udisks` daemon fails to create the `/media` directory and there is no error message in syslog ``` $ udisksctl mount -p block_devices/sdb Error mounting /dev/sdb: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error creating mount...
set all text colors to white config.json ```json { "colors": { "TransferList.Downloading": "#FFFFFF", "TransferList.StalledDownloading": "#FFFFFF", "TransferList.DownloadingMetadata": "#FFFFFF", "TransferList.ForcedDownloading": "#FFFFFF", "TransferList.Allocating": "#FFFFFF", "TransferList.Uploading": "#FFFFFF", "TransferList.StalledUploading": "#FFFFFF", "TransferList.ForcedUploading": "#FFFFFF", "TransferList.QueuedDownloading": "#FFFFFF", "TransferList.QueuedUploading":...
works with 5 announce urls, breaks with 6
i have to retry "git push" quite often is there a way to raise the timeout?