Andrei Toterman

Results 90 comments of Andrei Toterman
trafficstars

Hey @luis4a0! Sure, I'll do it, but since I will also add a completion for `parents` in the other PR, I will do both of them in one commit in...

Oops, I said I will add them in the other branch, but added them here. Well, this works as well ¯\\\_(ツ)\_/¯

Hey @townsend2010! The methods and classes in those files are basically just virtual wrappers around the `std::filesystem` functions and classes, so that I can mock them in tests. I'm not...

Hi, @ricab! Thanks for the thorough testing! Regarding the first issue with links being copied as links, I think we discussed this earlier in a daily standup and concluded that...

How about setting this through a key? ``` multipass set client.default-mount=[:] ``` or something like that

Hey, @ricab and @townsend2010! Okay, so here are some options: 1. Have a simple `client.default-mount` key that applies to all instances and doesn't affect the default home mount of the...

If we allow multiple paths to be specified, maybe a better way to handle them would be to have them each on a new line? Because anything longer than two...