Franco Ayala
Franco Ayala
Should the time be printed in seconds? Are decimals needed? > It would be good to have a test in `borg.testsuite.archiver` that checks if the new code works correctly. See...
I have some issues that I don't know how to solve. 1. Where should I put the test for the `tx_bytes` and `rx_bytes`? 2. `test_hashing_time` fails because the execution is...
> BTW, there is a `time.sleep(1)` in the test you added, is it needed / why? It is needed because the second file needs newer timestamp than the first file.
That's great 😁! Are you going to close the issue?
Hello. I've been thinking about how to implement this so I forked the repository and pushed three short commits. In the first one, I added a dictionary to `fso.stats` and...
> @francoo98 sounds good, but code review is easier if you just open a pull request against master branch. Ok, I opened a PR. Can I get this assigned?
I'd like to contact support, it will take 2 weeks for the website to pay me otherwise
I can't find the failing workflow. Can you link it?
I understand, but I don't see it failing anywhere. I checked github actions and everything seems fine, and my pull request also says everything is fine.
I'm thinking about implementing this. As I understand @rugk wants to add quota info to the output of `info` and `create`. Where in the output should I put it? At...