aawsome

Results 430 comments of aawsome

Besides this, we should not mix making `--json` a global attribute with a json output of `prune`, IMO...

Actually the current webdav problem can be solved by just changing the implementation of `WebDavFs` - by using a spawned thread (`std::thread::spawn`) which calls all rustic_core functionality sync and then...

This is fixed in the nightly builds and the fix will be in the next release.

Thanks @kapitainsky for opening this issue! I'm hoping for https://github.com/rhysd/tui-textarea/issues/72 Another idea would be to use something like https://docs.rs/textwrap/latest/textwrap/

Thanks for the proposal @Ekleog! I think this could be most easily added by adding a new feature (independent from the progress bar) which just prints a status every x...

Hi @fweisenhorn and @ikhyunAn Good to hear that you plan to work on this! I think the idea @fweisenhorn is something to start with. I also think we need a...

waiting for https://github.com/ratatui/ratatui/issues/1712 to be released...

Hi @Dubzer - thanks for opening this issue! I must say I am not very deep in the metrics and telemetry topic. However after a short look it seems that...

FYI, I did a stochastical computation to get an estimate of the average overhead needed by Padmé and got an total overhead of about 1%. I think this is problematic...

@greatroar Sorry for the late reply. The point is, as chunk sizes may vary between 512kiB and 8MiB, every rounding to less than 7.5 MiB - in theory - leaks...