Orasund
Orasund
Add the tooltip widget from the [Material Design](https://material.io/components/tooltips) specification. This includes * A Widget Type + Implementation * A Style Type + Implementation The resulting widget should be an `Element...
The TextBlock Widget would add Markdown support. Its widget type should be an alias of `pablohirafuji/elm-markdown`'s `Block` Type ``` type Block b i = BlankLine String | ThematicBreak | Heading...
Hi there, I would need a way to delete files and folders. I'm thinking of Nodes `fsPromises.rm`. Is this something you are willing to add - or may I try...
In The Roadmap you write > Generating ElmBooks based on doc comments – the same that are used to generate docs on elm-packages. This could allow published elm packages to...
Hi there, I'm struggling to see how to use elm-codegen as part of a cli tool. I've already checkout elm-gql, but I can't connect the dots. I was expecting something...
I can't get your program to work. Here are the steps i tryed: 1. I have a `docs` and a `examples` folder. 2. I put my examples in the example...
I noticed that Elm/Random has no way to generate a random value as a Task. I’m not sure if this is intended. Currently, I am trying to build a chat...
[SSCCE](https://ellie-app.com/cg28TwLWS5Ta1) If an element within a row has `height shrink` along with a min width, it will always take the minimum width regardless of the greater width of any child...