Aaron VonderHaar

Results 138 issues of Aaron VonderHaar

In the following markdown, non-reference lines following a reference cause cheapskate to completely ignore the block ```markdown Text [a]. [a]: #a other text ``` is incorrectly parsed by cheapskate-0.1.0.5 as...

This includes https://github.com/owickstrom/gi-gtk-declarative/pull/107 and does the following: - compilation with ghc 9.2.* now succeeds https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.2#undecidableinstances-no-longer-implies-flexiblecontexts-in-instance-declarations - nixpkgs is updated to a recent version - docs build is updated to use...

When working on elm-format, the project is not an Elm project, but there are Elm files that I sometimes have to open. When I open an Elm file in that...

bug

I don't have my own M1 hardware to build on, so we're waiting for Github Actions to support M1. --- ### Workaround You can build your own darwin-arm64 binaries as...

help wanted
packaging
platform: Mac

This should be done in a reproducible way, preferably by being able to build locally using docker and buildx support for a locally-running arm container win docker-supported qemu. Starting point:...

help wanted
packaging
platform: Linux

Processing of each file is independent. Would it be faster overall if they were allowed to run in parallel? I'd expect that elm-format is mostly disk-bound, but maybe that's not...

discussion
performance

NOTE: If anyone's looking to contribute a PR, you should probably stay up-to-date with this branch, rather than current main. This is some long-overdue refactoring: - Clean up how the...

maintenance

(Technically, this is "emulated compilation", not true "cross compilation"). See https://input-output-hk.github.io/haskell.nix/tutorials/cross-compilation.html Can this be used to build mac, windows, and static linux binaries? The ideal target set would be: -...

help wanted
packaging

Input: ```elm x f b = f {-A-} ({-B-} 1 + 2) b ``` Actual output (version 0.8.5): ```elm x f b = f {- A -} {- B -}...

bug

input: ```elm x = [ 1, 2 {- A -} ] ``` first pass: ```elm x = [ 1, 2 {- A -} ] ``` second pass: ```elm x =...

bug
discussion
0.9