kmptkp
                                            kmptkp
                                        
                                    @ahasoftware your claim that "a html form is theoretically allowed a one (single) submit button" appears to be false. This [spec](https://www.w3.org/TR/REC-html40-971218/interact/forms.html) is explicit: > A form may contain more than...
It depends on who you think your target audience is. If you think abs is meant to be adopted by people writing go, or by web developers, then the current...
@MSch thanks for looking at it, and sorry for the delayed answer, I somehow missed the notification. The short of it is: anything that makes it simple to pattern-match on...
Indeed this issue is fixed by changing the task from: ``` - name: "set asdf_default_tool_versions_file based on home directory" set_fact: asdf_default_tool_versions_file: "{{ getent_passwd[asdf_user][4] }}/.tool-versions" when: asdf_dir is undefined and asdf_default_tool_versions_file...