Tobias Bora

Results 320 comments of Tobias Bora

> There isn't any FOSS app that support searching EXIF data You mean mobile app or desktop? Digikam can definitely support searching via exif tags on desktop, hence the interest...

> But where do you store the encryption key? If you put it into another unencrypted partition, than you could as well not encrypt your disk at all. The use-case...

Thanks a lot! So a few remarks: - I use the convention that environments start with upper case letter and command with lower case letters, - `\CacheMe` (or rather `\cacheMe`)...

I don't use vscode and I can't access my laptop now, so it might be hard for me to test but the user that requested this feature originally may have...

Sounds great as it avoids breaking existing stuff, and it seems quite flexible (we could fetch the data the first time the user uses the command, provide various "profiles" depending...

For now I found a workaround with this (will work once https://github.com/dexie/Dexie.js/pull/1973 is merged) ``` let duplicateFile = async (fileUuid : string) => { // I can't find how to...

Great to know, thanks a lot!

Not sure to understand, is there a solution to this problem? I need to maintain my own fork, at least until https://github.com/dexie/Dexie.js/pull/1973 gets merged, and I have no idea how...

Great thanks a lot, I thought this would only apply for a specific way of compiling… And it actually solves multiple weird bugs, including a really weird bug that my...

Thanks a lot for these documentation, kopia's server is indeed very complex to understand. In particular, I created a systemd service like: ``` lenaraspberry@nextcloudpi:~ $ cat /etc/systemd/system/kopia.service [Unit] Description=Kopia Server...