yfprojects

Results 399 comments of yfprojects
trafficstars

> when used inside the `tray_menu.py` it returns the same lightness values for both the theme modes Did you call it after `QApplication` was initialized completely?

I just found these two things that are worth testing for solving this issue. The background being the template feature of [`NSImage`](https://developer.apple.com/documentation/appkit/nsimage/1520017-template?language=objc) that native apps use to display their icon...

> It is a small inconvenience but quite frustrating to not be able to close it somehow. I opened this issue some 1 year ago, I hope the Vorta devs...

> I will know that the event is completed from the `create.py::finished_event()` method right? Now should I add another parameter to this job during creation that will inform me whether...

> A list on the left side with the "Backup Jobs" (profiles) would help to declutter the UI I had this idea too. It is currently in the planning phase.

# Summary * run backup only when hooks succeed * [borgmatic hooks](https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/) ## supported hooks * run before a sequence of borg commands * run after a sequence of borg...

What's the difference between `Run script before and after all borg commands` and `Run script before and after every borg command`?

Nope, see above and also this comment: https://github.com/borgbase/vorta/pull/1584#issuecomment-1418987171 Do you want to tackle this issue?

> I understand that their needs to be a method `remove_password` added in the *abc.py* and its implementation in corresponding files. Yes, start with defining the abstract method signature in...

> I may be able to help with this, can you provide more information and how to get started? This issue only needs updating the py version in [this doc...