AlphaJack

Results 43 comments of AlphaJack

@sfirke Based on the "Installing from Scratch" guide I created [`superset-venv`](https://aur.archlinux.org/cgit/aur.git/tree/?h=superset-venv), an AUR package for Arch Linux users. Unfortunately it was not possible to create a non-venv [`superset`](https://aur.archlinux.org/packages/superset), as the...

What about adding an option for avar providers such as ? for instance, if `%(mail_hash)s` is a placeholder of the md5 hash of the email attribute, avatars could be found...

Regarding the user handle issue, Matrix Synapse has an option called [`confirm_localpart`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#oidc_providers) to let the user configure its handle at the first OIDC login: ![confirm_localpart](https://user-images.githubusercontent.com/19962243/217692357-c58a155e-c3c2-4022-b1ee-a7bf7c72c96a.png) In this case, the IdP...

@foxcpp Can you please release a 6.3 with this fix? The latest release is from July 2022

Is it feasible to add an option to print the file name being processed during `backup`? Borg has: ``` U /path/to/unchanged/file d /path/to/directory A /path/to/new-file.txt ```

Thank you, I missed that! I love your program :heart:

I get the following error when running `yarn` and then `yarn tauri:build`: ```js yarn install v1.22.21 [1/4] Resolving packages... success Already up-to-date. Done in 3.23s. yarn run v1.22.21 $ vue-cli-service...

If it may help, my keys for this KV are URLs, and I can correctly see them with `wrangler kv:key list`. However, inside the "kv_export" folder, `__export_keys__.json` contains a list...

The package has been renamed to https://aur.archlinux.org/packages/plasma5-themes-macsonoma-git

The same is true for the command line, repo has to be in `D:\\Backup` format: ```powershell PS C:\Users\Jack> rustic --log-level trace --repo "D:/Backup" restore latest "C:/Users/Jack/Desktop" error: Matching variant not...