Results 9 issues of aab

### Description Add new module for program [`vifm`](https://github.com/vifm/vifm). ### Checklist - [x] Change is backwards compatible. - [x] Code formatted with `./format`. - [x] Code tested through `nix-shell --pure tests...

Fish has different syntax for setting up neovim-remote: ```fish if [ -n "$NVIM_LISTEN_ADDRESS" ]; alias nvim="nvr -cc split --remote-wait +'set bufhidden=wipe'" end ``` ```fish if [ -n "$NVIM_LISTEN_ADDRESS" ]; set...

enhancement

I see the [usage of `pendingDomains`](https://github.com/publishlab/node-acme-client/blob/88630a505451b94d754147240e697445fe1066e1/examples/http-01/http-01.js#L43). But I don't see the object is modified / being inserted by entries anywhere.

This flag allows users to run nixos-anywhere with [extra settings for SSH store](https://nix.dev/manual/nix/2.22/store/types/ssh-store), by appending it to ssh store url. If a user has fast connection between client and target,...

Currently only `index.d.ts` and `types.d.ts` are output correctly and the rest of files export empty object. I'm not familiar with rollup but let me know if I can help.

It's a common security practice to read secrets from file instead of specifying it directly on configuration file / environment variable (e.g. `GOOGLE_APPLICATION_CREDENTIALS=/run/secrets/gcs_backup_service_secret`). This PR enables litestream to read age...