aawsome

Results 430 comments of aawsome

Just wanted to mention that if you don't rely on Go, there is [rustic_core](https://crates.io/crates/rustic_core) written in Rust. With a bit of work, it should be even possible to write a...

@konidev20 Note that I am no longer familiar with restic source code or go as I haven't worked on both for quite some time. So I can only give general...

`forget` should already support the `--json`option. Can you please give an example of a `forget --json` run: What output do you acutally get and what you want to get?

Ah, I guess to point is the direct given snapshot id. `restic forget --json` gives the table with snapshots to delete/keep and the reasons for it - as does the...

Thanks for asking! In fact, I lost a bit track of the Mopidy development... I think that Python 3 should not be an issue and I'll have a look at...

Hallo @ibex-are-goats and thanks for your question! Actually mopidy-snapcast is an extension if you already have mopidy and snapserver installed and use snapclient on your audio devices. It allows to...

In principle I like the ides of `lazy_errors` - I however think that we want to collect not only errors, but also warnings - or, more general, a kind of...

I think the main question here is: Should we merge this PR with maybe just small modifications (quick&dirty) to fix the check issues and then overwork the error handling once...

> > * situations where we want to collect errors, but continue, i.e. we want to return a result _and_ a error list > > For this situation, can you...

Thanks @talss89 for opening this issue and sorry for the very late reply :-/ > When backing up locally, the progress bar moves constantly, which leaves me to suspect either:...