Felix Fontein

Results 2344 comments of Felix Fontein

I'm not sure how that mypy error relates to my change. It rather seems to be a bug in the mypy test runner (test/sanity/code-smell/mypy.py).

@mattclay @nitzmahone while this is marked as a "feature", I think it should be part of ansible-core 2.19, since the internal objects that are required to correctly parse warnings and...

BTW, one of the main motivations to start with this was adding typing to `to_bytes` and `to_text`, since these functions are pretty common and their return type is totally clear...

As a collection maintainer `ansible_error_context: minimal` would be great to use in integration tests, where you know that something is resulting in an error, and you want to minimize the...

I also noticed the problem with YAML multiline indicators recently. If this can be detected and the indicator moved to the next line, that would be awesome (and really helpful),...

@hiddeco what's the current state here?

Right now antsibull-docs allows the same top-level keys for role entrypoint argument specs as for other plugins; compare https://github.com/ansible-community/antsibull-docs/blob/main/src/antsibull_docs/schemas/docs/role.py#L56-L68 to https://github.com/ansible-community/antsibull-docs/blob/main/src/antsibull_docs/schemas/docs/base.py#L618-L637. The fields that are missing - `collection`, `name`, `aliases`,...