Ricardo Abreu

Results 35 issues of Ricardo Abreu

There is also inconsistencies in the output across commands. For instance, this is the relevant output from the info command: `multipass info example --format json` ```json { "info": { "example":...

enhancement

**Describe the bug** When deleting an instance directly in LXD, multipass gets confused and can't list properly until the daemon is restarted: `list failed: LXD object not found`. **To Reproduce**...

bug

**Describe the bug** When using the LXD backend, after a failed launch where the instance gets into an error state (112 from LXD, translated to unknown in multipass), multipass is...

bug

Retry #6 after CI fixing.

(issue corresponding to review suggestion [here](https://www.reddit.com/r/cpp_review/comments/8grxyq/review_of_scope_guard/dyllh14)) `CMAKE_CXX_FLAGS` is used to configure compiler warnings in cmake as part of the testing procedure, (following the [this advice](https://stackoverflow.com/a/3818084)). I am not aware of...

wontfix

Be robust to bad setting values read from disk, by logging the occurrence, resetting, and returning the default. The lazy approach taken here reuses `SettingSpec::interpret`, but it imposes a new...

The extension fails to install from the [extensions page](https://extensions.gnome.org/extension/1362/custom-hot-corners/) for me. It ends up in ERROR state. ```console $ gnome-shell --version GNOME Shell 3.35.91 $ lsb_release -a Distributor ID: Ubuntu...

**Describe the bug** The stop command appears to hang when trying to stop a QEMU instance. After it returns, the instance is still seen as running by Multipass. The instance...

bug

**Describe the bug** At least in macOS Sonoma, when the Multipass app (systray gui) is launched from the launchpad, a placeholder icon is attached to it on the dock" ![image](https://github.com/canonical/multipass/assets/6698114/5e049362-9938-4cd4-a10a-0a0402369412)...

bug

When running locally, the locale is properly used when formatting a snapshot's timestamp: ``` $ echo $LC_TIME pt_PT.UTF-8 $ multipass info alive-chamois.snapshot2 | grep Created Created: ter 14 nov 2023...

bug