Tom Lawton
Tom Lawton
I've hacked a fix using the deep watch syntax in my controller: ``` javascript $scope.$watchCollection = function(variable, cb) { return $scope.$watch(variable, cb, true); }; ``` Could we replace $watchCollection with...
**Is your feature request related to a problem? Please describe.** We have a SCIM API hooked up which allows the RP to set a password on the OP. We need...
- [x] Optionally label a snapshot with text. - [x] Optionally save a description. - [x] Show label in `ls` table - [ ] Create a new command to show...
This issue serves as a planning scratchpad to bring Sprout up to a stable 1.0.0 release. ### `
The docs are lacking at the moment! This issue tracks all of the things we'd like to include. - [ ] reference: internals (`sprt_` tagging, uniqueness digest, branch parents) -...
To fix the linux-aarch64-musl build, a patch was applied to `zstd-sys`. PR for fix is open. https://github.com/gyscos/zstd-rs/pull/262 Revert the `cargo.toml` patch for `zstd-sys` once this is released.
Use case: I'm attempting to use this brilliant package to build a monitoring system for WP, and as such need to be able to set `WORDPRESS_URL` at runtime. In a...
It would be really useful to add the ability to set up the client to use basic auth via: ```php Http::withBasicAuth($user, $password) ``` I've hacked something together, which extends `Client`...
We need some way to build and freeze packages for ha. Probably a custom termux package repo.
Hello :wave: `rustic_core 0.2.0` I'm noticing a (perhaps) unusual behaviour when taking a snapshot and pushing it over `opendal:s3`. The backup progressbar seems to increment, then pause, then increment ......