elm-browser
elm-browser copied to clipboard
A Unison Github repo explorer in Elm
The current elm-ui pretty printer does some weird things with layout, and it's a little hard to write pretty printers with it. It might be easier to just put strings...
Would be great to have a Docker image for this.
Reading this in the [last Unison blog post](https://www.unisonweb.org/2019/10/16/here-s-what-s-been-happening-with-unison) got me all jazzed up: > The idea is that you can hyperlink to any Unison definition, in any Git repo, and...
The idea here is simple, just pull up everything `link`ed to a definition and render it pretty. But, while rendering docs, what should we do about the `builtin.Doc.Evaluate` constructor? Maybe...
https://dependabot.com/ dependabot (owned by Github and now free) understands elm.json files and proposes pull requests when dependencies are updated I found it very useful in my own elm projects
They aren't in the codebase yet, but when they are, we should fetch them.
Similar to package.elm-lang.org, the search should narrow down the modules that have the string. 
WIP, fixes #41
This would enable: * Linking directly to a definition * Easily turning bits of pretty-printed code into links to other stuff in the codebase; we potentially do this for all...