RustyNova
RustyNova
I'm trying to install Bees on Linux mint, but I cannot get it to launch. Once I do `systemctl status [email protected]`, this error appears. ` Oct 23 14:55:05 rustynova-Lenovo-V330-15IKB systemd[1]:...
I'd like to deduplicate some data with duperemove on both my clients and my server, and I'm wondering if it's safe to dedupe all snapshots. Deduping the latest snapshots may...
I got a list with a powerapp form that is named "Requests (Client name)". I'd like to copy the form to another site meant for another client, execpt the list...
I tries requesting data from the same link as the demo, but while I do get the data, the tool doesn't show it 
I am using a DiskCache with an inner vector, making files in the blob folder of the cache. However, those blob files aren't removed/overwritten when I'm overwriting a cache entry....
Just a little typo fix
I cloned the project into "/mnt/Margarine/File Storage/Apps/horde-worker-reGen/", except that when launching horde_bridge.sh, I get a crash with this log: ``` Using jemalloc from /usr/lib/x86_64-linux-gnu /tmp/mambafFGSqIcPNmU: line 2: /mnt/Margarine/File: No such...
One thing missing from the readme is whether cacache checks for hash collisions, since hashes seems to be the way the contents is indexed internally. While they are rare, that's...
The documentation of `cacache::remove()` says this: "Removes an individual index metadata entry. The associated content will be left in the cache". Is there a safe way to remove the key...
Just like `Option` has `is_some_and()`, could we have a `is_variant_and()` derive? I may try making a pull request, but I don't think I know enough to actually do everything