Tampa

Results 75 comments of Tampa

Nextcloud wants to be the new office alternative. Well guess what, that requires solid backup tools. It's insane this is being completely ignored. The most basic IT 101, having backups,...

IT HAS BEEN A YEAR. For crying out loud. You can't claim Nextcloud being "safe home for your data" without a built-in backup solution.

Raid is not a backup and there is a lot of stuff involved in making backups manually. When the plugin does all that already it seems simpler to just continue...

You said in #37 that you do understand that github isn't really meant for just sharing binaries, but that's only half the point. It's a collaborative platform aimed at facilitating...

Definitely a need for the driving academy stuff, because those unlocks are just tied to the profile. Having to make a new profile due to mod conflicts means all that...

pip install audiocraft==1.3.0 ERROR: Could not find a version that satisfies the requirement torch==2.1.0 (from audiocraft) (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0) ERROR: No matching distribution found for...

@gitmylo Temporarily: ``` +import subprocess +import sys +def install(package): + subprocess.check_call([sys.executable, "-m", "pip", "install", package]) for e in em.states.values(): e.activate() + install('huggingface-hub==0.23.2') print('Preparing') ``` Can also add: `install('--no-cache-dir torch==2.1.0 torchvision==0.16.0...

Looking through the settings I haven't spotted it either, but it probably is there. Probably just needs the correct call added to it. Far as I can tell all the...

Apparently the versions used here: https://codepen.io/kurkle/pen/abJmpgZ work as well. Ended up using: This works for mode x and xy No, no clue why that specific combination is the key and...

Do you guys internally community solely over issue tickets? This plugin is maintained by Nextcloud itself. We have been asking for updates for months, but whoever is responsible doesn't seem...