Florian Apolloner

Results 361 comments of Florian Apolloner

> What seems to have happened is that we served the page with the new version of base.html (the one where the s have been removed) but the old version...

@felixfontein Would executing `docker compose version` instead be an option? This would also work nicely if one uses the real compose plugin with docker.

We could fall back to the existing code if `docker compose version` doesn't return the expected string. In my limited testing this allows to use the module via podman. On...

Still seeing this on 0.3.22. Compared to running without mitogen I do indeed see an empty (empty dict) `ansible_facts` in the response.

I'd also love to see more variants. Basically I'd love to use the color coding chips have for badges as well (https://vanillaframework.io/docs/patterns/chip#colour-coding). In my case I am using badges to...

Also please make sure that the sanity tests are passing as well.

Just add yourself as active or inactive maintainer in the referenced file.

Hi @Ilgmi, you can override `module_to_obj` to replace `name` with `service`, ie something like this: ```py def module_to_obj(self, is_update): obj = super(YOURCLASS, self).module_to_obj(is_update) obj["Service"] = obj.pop("Name") return obj ``` As...

Hi @Ilgmi, tests still seem to fail: ![image](https://github.com/ansible-collections/community.general/assets/81547/61997447-76e7-4d35-b25e-2b5427fbaf83) The bot is described here https://github.com/ansible-community/collection_bot/blob/main/ISSUE_HELP.md

/rebuild I started a full rebuild, maybe those are just transient?