Martin Janiczek

Results 94 issues of Martin Janiczek

It would be nice if the tool could download the M1 version of `elm-pair` automatically or if we could download it from the GitHub releases. FWIW I've been able to...

Hello again 🙂 This is more of a discussion point, rather than a bug report. I'm sometimes getting into situations where I start _changing_ (ie. not renaming) a part of...

The fact that `words` are rendered as centered text makes it a bit hard to display text on the left or right side of the screen: the user has to...

There is a new kid on the block. ```elm legacyDisableGrammarly : Attribute msg legacyDisableGrammarly = Attrs.attribute "data-gramm_editor" "false" currentDisableGrammarly : Attribute msg currentDisableGrammarly = Attrs.attribute "data-enable-grammarly" "false" ``` I tend...

It's currently not possible to give `elm-analyse` the path to `elm-analyse.json`. There are usecases where that would be useful: ``` /elm-analyse.json -- global config /src/ -- package /elm.json /cli/ --...

In the format directives there is one missing: a space-padded (or non-padded) month number (`July` -> `7` or ` 7`). I'd find that useful :)

This will probably transitively propagate to other packages such as `elm-random-extra`.

Causes an issue when trying to run with just `react-native-mobx` and not `react-native-router-flux` in `package.json`. This package depends on RNRF, so it should probably have it as a dependency.

**Quick Summary:** On new Mac machines, the Elm installer seems to silently fail because `/usr/local/bin` doesn't exist Here is a recent discussion from the Elm Slack: The installer finished but...

**Quick Summary:** `elm make --report=json` sometimes emits errors in a non-JSON format, breaking tools like `@parcel/transformer-elm`: (EDIT: [they pick a second line and JSON.parse it](https://github.com/parcel-bundler/parcel/blob/e10fcfc1e8b71222da90978fb87f1b68e207473e/packages/transformers/elm/src/ElmTransformer.js#L64-L65)) ``` Compilation failed +------------------------------------------------------------------------------- |...