Aaron VonderHaar

Results 138 issues of Aaron VonderHaar

This issue is a tracking issue for the entire module, and smaller issues can be created for the discussion of individual additions: - [Animation](https://package.elm-lang.org/packages/elm/browser/latest/Browser-Events#animation) - [ ] `onAnimationFrame` - [...

enhancement

... and remove the docker local CI. nix-build will be way faster! Also update CONTRIBUTING.md

maintenance

```html A Analyze ``` ```elm ProgramTest.clickButton "A" ``` This should be able to pass, clicking the first button. This is a shortcoming of https://package.elm-lang.org/packages/elm-explorations/test/latest/Test-Html-Selector#text afaik, `Test.Html.Selector` provides no way to...

bug
help wanted
discussion

Current error: ``` simulateIncomingPort "AAA": the program is not currently subscribed to the port ```

enhancement
patch

```html A ``` ```elm ProgramTest.clickButton "A" ``` Should the clickButton fail because its inside an `aria-hidden=true` element? I think that doesn't really make sense because isn't the button still visible...

discussion

Ideally elm-program-test's [functions for simulating user input](https://package.elm-lang.org/packages/avh4/elm-program-test/latest/ProgramTest#simulating-user-input) should work with HTML produced by [mdgriffith/elm-ui](https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/). So long as that HTML follows accessibility best practices, we should add support for it. **If...

help wanted
project
elm-ui

Clicking a link with `onClick` and `target="blank"` should be allowed, but currently gives: ``` clickLink "View tutorial": Found an `` tag has an onClick handler, but the handler is overriding...

bug
discussion
patch

When tests fail, it can be useful to get more information about what led up to the failure. What should such an API look like? What information should just always...

discussion
project
minor

- [ ] `SimualtedEffect.Time.here` (task) - [ ] `SimualtedEffect.Time.getZoneName` (task) - [ ] `TestContext.withZoneInfo : Zone -> ZoneName -> ProgramTest -> ProgramTest` - [ ] if not calling `withZoneInfo`, the...

enhancement
minor