Martin Vidner
Martin Vidner
Thanks for the readme and the docs! Right now the PR is a Draft targeting `master`. Do you have a plan to make it mergeable soon? Or is that unknown...
@jreidinger I have adjusted the setup script, to work in a `agama-testing:latest` podman container. It still fails for me with distrobox + 2024-09-17 Tumbleweed (not root, sudo missing), I wonder...
BTW we may want to set up the new zypp in `/usr/local` because after it gets installed, it interferes with package management :rofl: ```console # zypper se nosuchpackage [...] No...
Here's a clickable [sorbet.run link](https://sorbet.run/#module%20Foo%0A%20%20module_function%20def%20foo%0A%20%20%20%20bar%0A%20%20end%0A%20%20%0A%20%20def%20bar%0A%20%20%20%20Kernel.puts%20'hi'%0A%20%20end%0Aend%0A%0Aclass%20Baz%0A%20%20def%20self.baz%0A%20%20%20%20Foo.foo%0A%20%20end%0Aend%0A%0ABaz.baz) for that.
@imobachgs says that in the past we had a problem with error messages appearing twice in the error cause chain: https://github.com/agama-project/agama/pull/660 , that is a thing to keep an eye...
I have just checked that https://github.com/yast/yast-storage-ng passes CI just fine with `dbus-broker` so it seems changing https://github.com/yast/ci-ruby-container won't be needed
Ah, the package part (rubygem-agama-yast.rpm) was done by Imo in #1557
I love schemas in general :smile: , they enable so many useful things... And I've been wondering, even before this PR, what our use case for [OpenAPI](https://www.openapis.org/what-is-openapi) is. IIUC, ~~the...