Results 18 issues of Stef Walter

When atomicapp inside an existing container image tries to run 'docker images' it fails with the following: ``` 2016-03-10 09:15:47,702 - atomicapp.install - INFO - App name is submod/helloapache:0.1.11, will...

We need to throttle the introspection calls for DBus services that have lots of objects. The default system bus only allows 128 outstanding calls per connection. Otherwise you start getting...

page:services

This is a minor tweak. These two code paths are identical, there's no need for the if statement here.

These lines fail coverity linting tools because they have no effect. This is a minor change, but would help folks using such linting tools.

In addition to the Node style modules that term.js already supports this commit adds support for AMD browser modules. The module usage is auto-detected.

When Content-Security-Policy is strictly enforced in browsers, one cannot have inline javascript (in HTML) or inline styles in the HTML style attributes. This commit makes term.js work with these newer...

On Fedora 40 (and perhaps elsewhere) the Virtualization Service that the "Virtual machines" tab indicates that: ![image](https://github.com/cockpit-project/cockpit-machines/assets/795070/c7033952-4623-402c-927c-2d89ab910a0a) However, the service is called `virtqemud` ``` Failed to get libvirt version from...

good-first-issue

These come up when building FBGEMM as part of Pytorch or other stacks.

cla signed

Install manual pages as per GNU Coding Standards Includes GNUInstallDirs and uses MANDIR (instead of hardcoded man) to install manual pages. See: https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html This patch depends on a similar #650...

I'd like to run the ostree-boot-image task from a different directory than the root of my git checkout. I'd like it not to polute my checkout with its output and...