Nils Philippsen

Results 20 issues of Nils Philippsen

This version of ansible-lint replaced ansiblelint.default_rulesdir with ansiblelint.constants.DEFAULT_RULESDIR. This obviates the need to pin the version of ansible-lint (see PR #92).

This is to deal with changes in Ansible 2.4 which removed `ansible.inventory.Inventory`, apparently to be replaced by `ansible.inventory.manager.InventoryManager`. Here's how it behaved without the changes in this PR: ```` (ansible-review)...

Avoids: "RuntimeError: dictionary changed size during iteration" Context: https://fedora.softwarefactory-project.io/zuul/build/c5d36ac22ef741b4b2e5abb2f7a8cd29 ```` Traceback (most recent call last): File "/usr/bin/ansible-review", line 11, in load_entry_point('ansible-review==0.13.9', 'console_scripts', 'ansible-review')() File "/usr/lib/python3.7/site-packages/ansiblereview/__main__.py", line 99, in main errors...

Hi there, during the [review](https://bugzilla.redhat.com/show_bug.cgi?id=1361883) of the libmypaint package for Fedora, a couple of issues were found regarding how the libraries are linked: ``` libmypaint.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libmypaint-1.3.so.0.0.0 /lib64/libglib-2.0.so.0 libmypaint.x86_64:...

Not sure if you prefer patches against only the CoffeeScript sources or also the built JS files, this here includes both.

SSIA, this is probably the same issue as issue #248 which was closed. The planned solution was “… the right thing to do now is to just change the description...

Bug
Hard

# Storytime As someone who doesn't have a first(\*) or last name, or someone else who is interested in their privacy, I want that Noggin/FreeIPA doesn't require me to set...

bug
UX
tech debt

Hi! In a PR for a project I'm working on, an async test method gets skipped with a `PytestUnhandledCoroutineWarning` even though `pytest-asyncio` is installed and `asyncio_mode` is `auto`. I poked...

help wanted
upstream

## Story As a developer contributing to Bodhi, I'd like the `bodhi/server/models.py` module to be converted into a package, with one module per DB model class (group) and its tests...

Low Priority
Refactor
medium-trouble