levkropp

Results 11 issues of levkropp

Via a fork of the flutter xterm.dart plugin, editing ui/render.dart

The enum for timeouts in Qt's networking library is `QNetworkReply::TimeoutError`. Different logs are printed at debug, warning, and error levels.

`multipass find` works, which means the new implementation can already successfully get data from https urls. I had to build with ``cmake ../ -DMULTIPASS_ENABLE_TESTS=off`` and packaging a snap without gui....

Implement availability zones support in GUI - Add ZONE column to VM instances table - Add zone controls in bulk actions and filters - Add zone selection to instance configuration...

resolves #4102 This pull request refactors the confirmation dialogs in the GUI to improve user experience and consistency. Key changes include replacing custom `Switch` widgets with `Checkbox` widgets, updating dialog...

This pull request reorganizes the test suite in the `tests/CMakeLists.txt` file by splitting the tests into multiple categories and creating separate executables for each category. Before: `multipass_tests` = 3857 tests...

![catalogue](https://github.com/user-attachments/assets/8a1f98e6-1d11-4ef2-830e-85f261c26910) This pull request includes significant updates to the `catalogue.dart` and `image_card.dart` files to enhance the user interface and functionality of the image catalogue in the GUI. The main changes...

Hello, we've implemented a change to the terminal to only render fully-visible lines and modified the scroll behavior to only scroll in multiples of line height. Would you be interesting...

This pull request introduces Rust to Multipass by migrating the petname (name generation e.g. `hearty-kangaroo`) functionality from C++ to Rust and integrates it into the build and runtime environments. This...