Ricardo Abreu
Ricardo Abreu
Hey Trevor, a quick experiment I did: ```cpp #include #include using namespace std; namespace fs = std::filesystem; int main() { // l4 -> .. // l2 -> ../subl-mdpreview auto src_path...
> I wonder if we should check elsewhere in the repo for usage of \"{}\" since a string like Hello\\ could cause issues (becomes "Hello\"). WDYT? We ended up considering...
OK, all builds but windows succeeded in the merge queue: https://github.com/canonical/multipass-private/actions/runs/12067865806/job/33655393234 The private side is necessary for windows, so merging manually.
Hi, If we did something like this, I would be more inclined to accept extra files/directories directly, rather than a separate ISO (users shouldn't need to know about ISOs). We...
Related to https://github.com/canonical/multipass/issues/1040, there was some earlier exploration in there.
I basically agree with @townsend2010. In response to @Saviq's call for writing down our thoughts until we meet, here is a summary of the main points I see: 1. Fail-fast:...
@amylily1011, what's your take on this one?
@amylily1011 Makes sense. Would you recommend option 1 in non-interactive mode as well (as when multipass is called from a script)? I don't know if this is something you want...
Hi @amylily1011 > [@ricab](https://github.com/ricab) can you provide more context for the scripting scenario? OK, imagine a situation where a user has a script that calls multipass commands, or where multipass...
@amylily1011, I forgot to ask you at the end there: do you think the command should be renamed to `reboot` as well? IDK myself TBH. On the one hand, it...