Jack Domleo
Jack Domleo
Of course @caseynv ! Thank you.
Just an FYI - there is a new bug relating to this so I will log it here: With the release of v2, we have noticed that not only is...
Hi @caseynv, have you made any progress on this? If not, since it has been inactive for 3 months, it'll have to be unassigned and available for someone else to...
Blocked because this needs to ideally wait until contributions on the project die down (after Hacktoberfest) because this will/may encounter some big structural changes.
Blocked still due to waiting for static builds to be supported by Nuxt 3
I had an idea on this: - Find an API that can provide us a JSON array of all the accepted `lang` codes _(struggling with this bit)_ - Create a...
I was able to find an API to do this. But after reading the w3 docs on the HTML `lang` attribute, it seems that a `lang` attribute can actually be...
I like this. But what about this scenario, which I often do: ```html Email ``` I think the above solution would highlight this as an error? 🤔 I have to...
Ok, that sounds good. I think we should look deeper into #4 first so this works effectively.
I merged #43 into branch _valid_input_and_label_ and did a little more work. It was throwing a false error for: ```html Label ``` And I don't think `name` is required on...