Staffan Forsell

Results 11 comments of Staffan Forsell

If this would be picked up at some point then it should probably use the [tooling-api](https://docs.gradle.org/current/userguide/embedding.html) instead of parsing code it self. My main use case that made me find...

@eriwen Any news on this? Can't the workraound that @wolfs mentioned to work either. So basically I never use the completion since gw is sp much better than "./gradlew". I...

This also prevents removing expired keys with `state: absent`. The problems is in [parse_output_for_keys()](https://github.com/ansible/ansible/blob/0cc50e067346c357c5177677fba41993950ff044/lib/ansible/modules/apt_key.py#L259) which filters out any keys that is expired. This means that when `all_keys()` lists keys before,...

@yahavi Is this something you could comment on?

@yahavi Hello, I got bit by this today and will be downgrading to 4.13.0 which seems to work as expected. This cost me basically a work day just trying stuff...

@yahavi I'm glad you are on it. To me using upToDateWhen() tends to indicated that inputs and outputs is not properly defined for a task, int this case extractModuleInfo. If...

@matus-chochlik Have you had time to read this issue? I thinking that appending the un-preprocessed source as well as the pre-processed result would fix this issue. But maybe this should...

I was thinking of doing both. It would add a small overhead but generally the file src will be way smaller than the includes and compared to running the preprocessor...

@chrmarti FYI. I just tested this and the bug still exists in the latest versions of vscode and docker-ce.

As someone who started a week ago on my second try to get molecule docker tests working for my playbook, I agree to everything in this issue. I really like...