milahu
milahu
this breaks commands like `pgrep` or `killall` ``` $ ls -d /proc/[0-9]* | wc -l 30 $ pgrep rqbit 2655910 $ nix-shell [nix-shell:~]$ pgrep rqbit [nix-shell:~]$ killall rqbit rqbit: no...
i just broke the nix database by manually running the `bwrap` call printed by `NP_DEBUG=1 nix-portable nix-shell` ``` bwrap --bind $HOME/.nix-portable/emptyroot / --dev-bind /dev /dev --bind $HOME/.nix-portable/nix /nix --bind /usr...
`nix-portable --version` would be useful for installer scripts nix-portable-install.sh ```sh #!/usr/bin/env bash # install or update nix-portable # https://github.com/DavHau/nix-portable nix_portable_path="$HOME/bin/nix-portable" bin_dir="$HOME/bin" if [ -e "$nix_portable_path" ]; then if false; then...
fix https://github.com/mattduck/gh2md/issues/45
example: running the bundled `tor` binary directly fails with ``` $ ~/.local/share/Haveno/xmr_mainnet/tor/tor /home/user/.local/share/Haveno/xmr_mainnet/tor/tor: error while loading shared libraries: libevent-2.1.so.7: cannot open shared object file: No such file or directory ```...
currently the status bar says > no seed nodes available and the log says > Apr-23 12:10:55.895 [JavaFX Application Thread] INFO h.c.n.p2p.seed.DefaultSeedNodeRepository: Seed nodes: [placeholder.onion:8000] `placeholder.onion:8000` comes from the file...
after a fresh install with `pnpm i -g heroku`, the config file `~/.local/share/heroku/config.json` looks like ```json { "schema": 1, "install": "41cc301-some-random-uuid-string-52c00" } "skipAnalytics": false } ``` and running `heroku create`...
https://codeshare.frida.re/
fix #41 this is a breaking change so probably should be done in a fork something like `fsspec-fat`
im trying to build [popcorn-desktop](https://github.com/popcorn-official/popcorn-desktop) first it failed with > Error: Failed to parse resolved source: `git+ssh://[email protected]/adam-lynch/node-temp.git#279c1350cb7e4f02515d91da9e35d39a40774016` so i patched `yarn.lock` with yarn.lock.patch ```diff diff --git a/yarn.lock b/yarn.lock index 370b9c7..643a3fd...