Martin Vidner

Results 21 issues of Martin Vidner

Hi! `add_subgraph` did not have tests and was not adapted for Ruby 3. This fixes that. I am using it in https://github.com/mvidner/yard-medoosa BTW.

Reading Agama::Software::Manager code I found a method call that is not defined. https://github.com/openSUSE/agama/blob/c9a68ce2441a2b73e2af6feae0ee70968e7dca92/service/lib/agama/software/manager.rb#L338 It turns out it is a bug in a recent refactoring, #1329.

bug

Agama CI tests started failing, being unable to start `dbus-daemon`. By default it is replaced by `dbus-broker`. [Tumbleweed snapshot 20240825 announcement][tw0825] quotes dbus-1.changes: > - No longer start or offer...

Depending on the numeric argument, the function pointer passed is expected to have different signatures. Up go gcc-13, it is only a warning (and the called method would have raised...

## Problem *Short description of the original problem.* - https://trello.com/c/BtqeDyzZ ## Solution *Short description of the fix.* ## Testing - *Added a new unit test* - *Tested manually* ## Screenshots...

## Problem - Trello: no, unplanned, it was a yak that I met this weekend :man_facepalming: On https://agama-project.github.io/ we have a hidden(!) [/agama](https://agama-project.github.io/agama/) section with generated API docs. I don't...

## Problem In `api-v2`, agama-web-server crashes at startup with > Error: I/O error (tested via /testing_using_container.sh) Cc @ancorgs @jreidinger ## Solution - install the files it is looking for (But...

(part of the Rust based software service, #1829) ## Problem - The product selection is always in English - https://trello.com/c/n0FURZGd ## Solution *Short description of the fix.* ## Testing -...

- https://trello.com/c/GdxTSJpj/5205-3-sles160-use-identifiers-for-question-values ## Problem Agama questions have two attributes to define the possible answers: - `options`: possible options the user can choose from. - `default_option`: default option. This option is...