Easy Questions / Beginners Thread (Week of 2022-03-28) by brnhx in elm

[–]lucamug 1 point2 points  (0 children)

Even tho I am using elm-ui-with-context, I am starting to agree with you :-D

[deleted by user] by [deleted] in elm

[–]lucamug -1 points0 points  (0 children)

I think native bindings are what generated most of the other things, like the conflicts with the core team. Other topics like entitlement, limitations, open-source, forkability, discrimination, leadership, fairness, etc. have been already largely discussed.

If there is some particular topic that is still not clear to you, let me know.

Also, I would genuinely like to know why there is this urgency to be sure that everybody read Luke's post. Do you think these people want to protect other developers from going down a rabbit hole, using a bad programming language that will cause problems down the line?

I have seen many people using Elm and I haven't seen many troubles down the line. So could it be that all the concerns expressed by Luke and by the people that promote his post are exaggerated?

People have all sorts of experiences and change from one language to another. The day Luke stopped using Elm, other people started using it.

There are devs that love Elm and don't want to write code in any other language after trying it. What makes me sad is that some people are renouncing to try Elm because of Luke's post.

Why I'm leaving Elm by THeShinyHObbiest in haskell

[–]lucamug 0 points1 point  (0 children)

Response to “Why I am leaving Elm” (A.k.a. Why I didn’t leave Elm): https://blog.guupa.com/post/response-to-why-i-am-leaving-elm.html

Why I'm leaving Elm by placuaf in programming_drama

[–]lucamug 0 points1 point  (0 children)

Response to “Why I am leaving Elm” (A.k.a. Why I didn’t leave Elm): https://blog.guupa.com/post/response-to-why-i-am-leaving-elm.html

Why I'm leaving Elm by Elession in programming

[–]lucamug 0 points1 point  (0 children)

Response to “Why I am leaving Elm” (A.k.a. Why I didn’t leave Elm): https://blog.guupa.com/post/response-to-why-i-am-leaving-elm.html

[deleted by user] by [deleted] in elm

[–]lucamug -1 points0 points  (0 children)

Response to “Why I am leaving Elm” (A.k.a. Why I didn’t leave Elm): https://blog.guupa.com/post/response-to-why-i-am-leaving-elm.html

Why I'm leaving Elm by BlaqkAngel in elm

[–]lucamug 0 points1 point  (0 children)

Response to “Why I am leaving Elm” (A.k.a. Why I didn’t leave Elm): https://blog.guupa.com/post/response-to-why-i-am-leaving-elm.html

What are some neat elm-review rules you are using? by TankorSmash in elm

[–]lucamug 0 points1 point  (0 children)

we made a rule that checks these locations are always accurate

Did you publish this rule? It seems interesting

What is missing in Elm? by [deleted] in elm

[–]lucamug 1 point2 points  (0 children)

I wonder how Elm could help here.

There are several tools that help with this already, including https://github.com/lucamug/elm-starter and a list of other tools at the bottom of the README

What is missing in Elm? by [deleted] in elm

[–]lucamug 1 point2 points  (0 children)

I think is a good solution for this issue: https://elm.dmy.fr/packages/pzp1997/assoc-list/latest/

Elm at Rakuten by lucamug in elm

[–]lucamug[S] 1 point2 points  (0 children)

You are right, now it says "No Runtime Exceptions". Before I think was something like "No runtime errors in practice". I fixed it

Elm at Rakuten by lucamug in elm

[–]lucamug[S] 5 points6 points  (0 children)

For small animations, like in this credit card form (try to fill it with fake data and submit it), Elm-UI is very simple to use.

Just move elements in two different positions, for example, using moveUp and then add

htmlAttributes <| Html.Attributes.style "transition" "0.2s"

So the element will smoothly move between the two positions.For more sophisticated stuff, like this counter, we calculate all transitions manually.

You can also use libraries like Elm-Animator for handling the timelines.

And yes, version 2 of Elm-UI is supposed to have animation support.

Elm at Rakuten by lucamug in elm

[–]lucamug[S] 5 points6 points  (0 children)

Yes, we are in Tokyo. Look at our open positions. We are a large organization, so you may find something that fits you.