-
[`redb`](https://github.com/cberner/redb) is a pure Rust implementation of a key-value database, which could bring several advantages to our project:
- Since `redb` is written entirely in Rust, it …
-
This is NOT a preservation store. This is the application configuration, metadata (Postgres), and data *backup and recovery* strategies for business continuity. May include snapshots and/or tape copie…
-
when there are no backup of zfs volume CRs, we need to manually create each CR and attach them to the ZFS-LocalPV(https://github.com/openebs/zfs-localpv/blob/master/docs/import-existing-volume.md). We…
-
# Feature Request: Git-Based Settings Sync
## Description
A feature to enable seamless synchronization of settings and configurations across multiple devices via Git, similar to Electerm's setting…
-
Heyo,
In our User model we have
```ruby
class User < ApplicationRecord
devise :two_factor_authenticatable, :two_factor_backupable, otp_number_of_backup_codes: 10,
otp_backup_code_…
-
## Problem description
Users and developers use different editors and tool to edit, backup and process code, documentation and assets. It is not feasible to catch them all in a project's `.dockerigno…
-
**Describe the problem/challenge you have**
Currently, Volume Policies in Velero support basic criteria for managing volumes during backup operations. However, the lack of a label selector featur…
-
### Description
**NOTE: This issue occurs with Visual Studio Version 17.2.0 Preview 1.0.** There's no item for that in the drop-down below, so I wanted to report that first.
This is an issue I've …
-
Hi,
When I run the generator
```
./bin/rails generate devise_two_factor user
```
It adds the following code to `config/initializers/devise.rb` file:
```
config.warden do |manager|
…
-
Hi Nick,
I'm currently using s3ql to mount remote S3/GCS data as a local filesystem (through fuse), and then use a [shell script](https://github.com/iceburg-net/ansible-pcd/blob/master/roles/pcd-apps…