Manu
Manu
There is also a registry flag that can change the default dialog in Outlook back to the “advanced version”.
Very interesting. I'm looking for a way to extract, recompress and re-insert images. It would be cool to compress all images inside the PDF with e.g. Google Guetzli and re-insert...
That looks great. Thanks for the pointer @JorjMcKie
I'm not aware of any other libs and didn't manage to replace images on the fly. My use-case was to recompress images. I ended up using ghostscript to recompress. It...
This project uses ECB data as source. So you would need to ask them to add AED first. 😄 https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html
We use APScheduler in a [Qt app](https://github.com/borgbase/vorta/) to schedule backups. Works well and I plan to revamp that integration soon. So would be good if QTimer could stay. The 3.x...
#149 fixes the selectors for Google and Yahoo. Some small details changed.
Yes. Works to delete it: ``` $ borg init --encryption=repokey backups.example.com:test-repo A repository already exists at backups.example.com:test-repo. $ borg delete backups.example.com:test-repo You requested to completely DELETE the repository *including* all...
We use both, file system quotas and Borg quotas. The latter don't work on append-only repos, I think. We also set `additional_free_space` to `5M` to have enough space for the...
Keeping 2GB available by default may be too much, since users can set the quota for a repo as low as 1 GB.