Martin Pool

Results 258 comments of Martin Pool

It would be great to have some clarity on which features are in principle acceptable. I think it's a real strength of Argh that it is opinionated and does not...

There is now https://docs.rs/openssh-sftp-client/latest/openssh_sftp_client/ which might be more promising: * Uses external `ssh` to authenticate so will inherit configuration * May be more actively maintained?

Done! Please try it out from main if you like. It will be in the next release. There are some performance issues in restore in particular, which should be fixed...

Hey there, happy new year. I earlier put some thoughts on encryption in https://github.com/sourcefrog/conserve/pull/191 and perhaps you have some thoughts on that. This is symmetric in the sense that writers...

> Happy new year to you as well. > > > We don't need to decide about how much to trust cloud providers in general. > > Yes, your nailed...

A while ago (~2020) I had a `Report` concept that was also trying to split this better, and that's in some ways similar to @WolverinDEV's `Monitor` idea. https://github.com/sourcefrog/conserve/blob/057a3d735cc7f5cdf9ca7f99f1c843c0c307aba9/src/report.rs https://github.com/sourcefrog/conserve/blob/057a3d735cc7f5cdf9ca7f99f1c843c0c307aba9/src/report.rs It...

Great! If you want to talk about the approach or anything please feel to post here or put up a draft PR.

I was thinking about what a solution to this would look like. It seems like: 1. The `oneOf` should not deny `additionalProperties`: the purpose of it is to say that...

I also hit an ICE at the same line: ``` ; cargo t -q thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs:23:85 stack backtrace: 0: 0x10089d864 -...

> > In the meantime, you could bind saving the file to a keybind while in insert mode. For example, you can use `Ctrl-s` to save while in insert mode...