Eden L

Results 6 issues of Eden L

I don't know why, but it won't accept the correct answer on my screen size 1885x913. If I have devtools open such that the viewport size changes, it works just...

I don't know much about how Ava is built, this might be just a missing recipe. By following [the coverage recipe](https://github.com/avajs/ava/blob/main/docs/recipes/code-coverage.md) I can generate test coverage reports. My best attempt...

enhancement
scope:watch-mode
scope:shared-workers

Currently, a field is marked as dirty only when its value has changed; but I want it to be marked dirty when its been focused.

enhancement
help wanted
question

How does validation work with checkbox inputs?

bug
documentation

Title, basically. Currently it's impossible to override the uninformative and unlocalized validation errors. When unsatisfied, the `required()` validator simply prints `required`, a bad URL prints `url`, invalid email prints `not_an_email`,...

**Is your feature request related to a problem? Please describe.** Title, basically. If I look up a key that doesn't exist, I want to be able to define a fallback...