Aaron VonderHaar

Results 138 issues of Aaron VonderHaar

elm-compiler has a new parser, as of 2017-12. elm-format should switch to the new parser, as it is supposedly faster, and also gives much better error messages in most cases....

maintenance

- [x] build haddock docs https://github.com/avh4/elm-format/pull/805 - [ ] review what the public API looks like - [ ] AST - [ ] to/from AST functions - [ ] Text...

discussion
feature for build tool authors

From https://github.com/avh4/elm-format/pull/770#issuecomment-1230725117, this is a low-priority issue to try using a cleaner design for coherent logging now that we process files in parallel. The user-visible goal of this is to...

help wanted
maintenance

**Is your feature request related to a problem? Please describe.** I'm tracking billable hours with entries that (after csv import) look like: ``` 2023-01-01 Billable hours revenue:hours -8.00 hr @...

For https://www.iterm2.com/ Looks like: ![(screenshot)](https://user-images.githubusercontent.com/1222/27355205-fd9b2c88-55be-11e7-92a6-fba9be9e9431.jpg)

This allows writing tests like the following: ``` elm import VirtualDom.Inspect as Inspect App.render |> Inspect.select "div > #header img.logo" |> List.head |> (flip Maybe.andThen) (Inspect.attr "src") |> assertEqual (Just...

Assuming this can be done safely (that there aren't notable features we lose by using nodejs APIs directly), this should be done to remove transitive dependencies.

help wanted

From https://github.com/stoeffel/elmi-to-json/issues/20#issuecomment-544173285, the issue seems to be that `$NODE_HOME/` is owned by root, but then the install script (or the wrapper script itself if you install with scripts disabled) can't...

help wanted