Thanks guys! @Nick, checkout https://github.com/tonsky/FiraCode for more info on the font. I use it inside Atom and love it.
I will try prioritizing elm-format indeed. @Joey, Thanks for the kind words :) the save button was actually a dilemma I had. Wanted to avoid copying the UX from other fildde-ish styles, and with that I realised that you should only be able to save if your code ran and ran well (a.k.a had no errors). I can disable it + tooltip instead of hiding it, and now that I think of it, to support sharing issues I might need to allow saving even with errors.. hmmm... @Janis Almost forgot that, thanks! opening a request with them now On Sun, May 22, 2016 at 9:31 AM, Janis Voigtländer < [email protected]> wrote: > Very Cool! Be sure to make it listed at http://builtwithelm.co/. > > > 2016-05-21 21:05 GMT+02:00 Gabriel Grinberg <[email protected]>: > >> After falling in love with Elm I wanted to play around with it while >> doing something "real". >> ElmFiddle.io is the result of my learning process with Elm, and was made >> almost entirely in Elm. >> The code is far from perfect and it uses experimental concepts like http >> servers in node, but is pretty functional. >> >> Here's a Snake game I made in it - >> http://www.elmfiddle.io/view/ciohidiwb0000ittvijce7hy5 :) >> >> Unfortunately most of the work was done before 0.17, so it's written >> using 0.16. >> >> The code is open-sourced <https://github.com/GabiGrin/ElmFiddle.io>, of >> course, and the repo contains more information about it. >> >> I'd love to hear your feedback! >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Elm Discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Elm Discuss" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/elm-discuss/ZI7UKO1xuBk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
