yfprojects

Results 399 comments of yfprojects
trafficstars

This behaviour is a known [Qt bug](https://bugreports.qt.io/browse/QTBUG-88600) which is supposedly fixed in Qt `5.12.11`. AFAIK the MacOS bundle uses a PyQt version `5.15` so this issue shouldn't occur.

Running an operation on a *v1* repository with *borg v2* will give the rc 2 and the following error message: ```console > borg rlist Error: This borg version only accepts...

> Else, anything important missing to merge the v2 branch? So we can already support both versions. Yes, there is. I have prepared a branch for solving #1409 that is...

I am not sure whether/how we should implement `borg transfer` since it involves the following steps: ```bash # 0. Have borg 2.0 installed on client AND server, have a b12...

> Server-side conversions would be tricky too, since some larger repos exceed available space or have file system quotas applied. For users of BorgBase it would be great if BorgBase...

> [] scp style repository syntax is gone in favor of ssh://. Convert existing URLs in DB? Because we won't implement `borg transfer`, I would convert those urls automatically when...

> ERRORs are rather simple I think you have to walk through the relevant parts of the code base and specify the return code for a the different problems resulting...

If it doesn't get to complicated go ahead!

> So can you explain a bit how these tests work? Have a look at [pytest fixtures](https://docs.pytest.org/en/stable/explanation/fixtures.html). The failing tests use the `source_env` fixture which monkeypatches (that is replaces) the...