jetchirag
jetchirag
Trying this. Do you have anything in mind regarding the command syntax? We can do ``` setlimit [soft|hard|] [limit_type] [value] ``` or perhaps as a subcommand Some links I found...
I'd need to research more on this but on surface level changing path is similar to unlinking then adding existing repo. So vorta would need to - validate the path...
Makes sense. What about extra borg argument field?
@real-yfprojects Sorry not sure what you are referring to. Can you point me to code?
This escaped my radar. It makes sense to group them together or at very least adding field to edit borg arguments there. I can work on it as soon as...
> Resolution / EDIT: Unfortunately, we were not choosen for GSoC 2024. However, the project list here still adds value since it lists what can be improved and how. I...
I might be wrong but I don't think gdb itself stores colors in log since they are just plaintext files and can't keep color info. It might be possible to...
I would also be happy to review PRs wherever I can.
Any suggestions how I can expand parent from `QSortFilterProxyModel`?
@real-yfprojects When a match is found in an item, I want the parent items of that item to expand to reveal the matched child. I've also spent un-necessarily high time...