Andrew MacMurray
Andrew MacMurray
Highlighting [Brian Hicks's](https://github.com/BrianHicks) talk at [Elm in the Spring Conference](https://www.elminthespring.org/): https://www.youtube.com/watch?v=PDyWP-0H4Zo He goes into detail about designing an API for customising buttons with some core goals in mind - the...
Has anyone seen this? (talk by Richard Feldman on integrating Web Components with Elm) https://www.youtube.com/watch?v=ar3TakwE8o0&t=1180s Looks pretty awesome ❤️
I added some files to the `app` directory which `elm-review` flagged that they should not be there (should have added them in `src`). However after removing these files and running...
I love this example, so promising! I've been having trouble however rendering map markers using this approach. the `` [web component](https://www.webcomponents.org/element/GoogleWebComponents/google-map/google-map) suggests you can render map markers by nesting ``...
A very common pattern in web-uis is to have sortable / filterable collections. These often need some reasonably complex state machinery to animate them. I wonder if it could be...
It could be nice to have a way to fire events when an animation or transition finishes - a recent example from the elm slack was animating something before a...
Different ideas for each level - what tiles should be present - what is the goal of each level - how to balance the difficulty of each level
Make some flowers and plants!
We're using clear in a monorepo for a number of crystal services which connect to different databases. We noticed that if you register just named connections (and not the default)...