[elm-discuss] Re: Drawing Directed Graphs (?) in Elm

2017-08-11 Thread Erkal Selman
Here is a renderer written in elm for dagre https://github.com/erkal/elm-dagre On Saturday, August 12, 2017 at 3:45:06 AM UTC+2, Erkal Selman wrote: > > Hi, > > so happy to see so many interested people here in graph drawing with elm. > Here is the project that I am working on https://erkal.gith

[elm-discuss] Re: Drawing Directed Graphs (?) in Elm

2017-08-11 Thread Erkal Selman
Hi, so happy to see so many interested people here in graph drawing with elm. Here is the project that I am working on https://erkal.github.io/kite/ It is written entirely in elm, except I use D3.js for force layout. But the project is kind of frozen because I don't have time for it. But you may

[elm-discuss] Re: Discovering Elm packages

2017-08-11 Thread Ryan Rempel
Thanks for the feedback! I've created a couple of issues to track things mentioned here: - URL structure: - RSS feeds: -- You received this message because you are subscribed to the Googl

[elm-discuss] Re: Drawing Directed Graphs (?) in Elm

2017-08-11 Thread 'Rupert Smith' via Elm Discuss
On Monday, August 7, 2017 at 2:34:37 PM UTC+1, Michael Jones wrote: > > Thank you for the suggestions. My concerns are inline with Steve > Schafer's. I would like a dominantly vertical alignment with a clear > structured hierarchy spreading evenly left & right rather than an organic > circular s

[elm-discuss] Re: Discovering Elm packages

2017-08-11 Thread Conrad Parker
Hey, this is great! I like how it can find new elm projects (not just libraries), and makes it easy to follow dependencies. Any chance you could change the urls to include username/project rather than the current repo/key? eg. https://package.frelm.org/eeue56/elm-html-test/5.0.1 instead of http

[elm-discuss] Re: Json file size

2017-08-11 Thread David Legard
Thanks, I'll look through that code. A couple of minor points -- I am not using a Dict, simply a list of records holding the word pairs. Is Dict better performing in this situation? My use case is slightly different - as the source language (Thai) is written without spaces between words, I need