yfprojects

Results 399 comments of yfprojects
trafficstars

> Apparently it is best practice to use torsocks instead of torify, but they are identical. [documentation on torsocks](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/torsocks) They are used identically but probably differ nonetheless. You can set...

Maybe development on #379 can fix this issue too.

Nope. If you have time, you could try to summarize #379 and identify further steps towards resolving the issue. I am thinking of tasks like making a feature list and...

> Put font 10 in profile add window. I think this can be ticked since the text uses the html `body` tag which will automatically assign the right size (defined...

> In source tab, add gradients bottoms '+/-' at bottom of the view. This is how KDE implements gradient buttons in Qt: https://develop.kde.org/hig/components/editing/list/#picker-1 In the example with the language list...

The [KDE HIG](https://develop.kde.org/hig/style/writing/labels/#labels-for-checkboxes-and-radio-buttons) states regarding checkbox labels: > use affirmative phrases rather than use negative phrases This is not the case here (for example): https://github.com/borgbase/vorta/blob/23c47673c009bdef8baebb0b9cdf5e78c07fe373/src/vorta/assets/UI/scheduletab.ui#L364

[KDE HIG](https://develop.kde.org/hig/style/writing/placeholder/): > A placeholder with an example is not a replacement for a label, but should give the user only an additional hint about what kind of data is...

The [KDE HIG](https://develop.kde.org/hig/components/navigation/contextmenu/) states: > Don’t use context menus as the only way to access functionality. Every item in a context menu must be available via a method that is...

I would try to have an own PreBackupJob inheriting JobInterface or BorgJob and scheduling the BorgCreateJob in its `finished_event` method, while BorgCreateJob schedules the PostBackupJob. Though this is not as...

> If I change my schedule to backup every minute, let one backup complete, then change the schedule to what I actually want (once every 7 days) will it work...