Günther Grill

Results 118 comments of Günther Grill

I posted this to the ansible forum https://forum.ansible.com/t/include-default-variables-based-on-conditions/8433/2 and there could be one interesting solution: ```yml mysql_community_packages: "{{ lookup('ansible.builtin.vars', 'mysql_community_packages_' + os_version, default='mysql-server') }}" mysql_community_packages_redhat9: - mysql - mysql-server -...

Sorry, I didn't have the time yet to try that out.

Could you please resolve the conflicts to make this mergable.

I've merged this one for you, so that you can work without the annoying issues. If I find the time to investigate more about the other solution, this fix might...

I don't dare to make any guesses here :) , ansible galaxy is not where I have a lot of experience with...

I also get this problem. What is the right location to address this issue: Is it the cucumber-language-server, it is tree-sitter? I guess it is not the vscode cucumber plugin...

I wonder if this plugin works for anyone. We use `alexkrechik.cucumberautocomplete` as an alternative.

To be honest, I don't use this features much. My only use case is the syntax highlighting and auto formatting.

Currently, in OWUI it is possible to turn on more then 1 OIDC provider, e.g. google, microsoft and generic OIDC. Would this somehow conflict with your change, because I guess...

This is what you can get from Open WebUI all at the same time: ![image](https://github.com/user-attachments/assets/8f24fceb-dda1-4277-af12-9270524cd73a) I guess your change is not considering the predefined providers but the "OpenID (OIDC)" one,...