Matthew Griffith
Matthew Griffith
Hey! Sorry, I missed the initial notification for this PR. Interesting, yeah I think it could be cool to explore. First thing would be to see if it has an...
Hm, so I was thinking on this a little bit. Here are the questions that I think about: 1. Does V8 or a minifier like terser handle this optimization automatically....
Interesting! That's great to know. Yeah, it's a little tricky because if Ian or Andrey or someone starts counting on this optimization and uses it significantly, then it's likely that...
Hello! Missed the original notification so just saw this. I'm not really experienced with webpack, so not sure of your constraints, but I think of `elm-optimize-level-2` as a drop-in replacement...
Good call, the documentation could be clearer in showing people how to "manually" put these together.
Mm, good catch! I wonder if I should just remove the recommendation to install single files. Installing a whole folder seems to be more sustainable goin forward. Thoughts?
Those exist! But they're probably hard to discover 😅 In the generated file, check out the `make_` record. The only difference is that for record type aliases, it doesn't provide...
Oo, yeah, hmm. Definitely these types of type tricks are the hardest for `elm-codegen` to resolve. There is a workaround, you can add `Elm.withType` to skip what the inference thinks...
Ok, so I reached out to the community to see some realworld examples where this formatting case shows up and the main thing I found is that this case isn't...
Another situation of note that I just ran in to. ``` permissions : SelectionSet (List GQL.Enum.Permission.Permission) GQL.Object.Person ``` Ideally I would be able to actually get a list of permissions...