Matthew Griffith
Matthew Griffith
In style-elements, the most common function is: ```elm el : List Attribute -> Element -> Element ``` Which leads to multiline usage of `
At Blissfully we ship changes to our GQL layer on the backend first, and our frontend always builds it's API based on what is currently in prod before shipping. This...
`getIndent` has a default of `1` as opposed to `0` as [mentioned in the docs](https://package.elm-lang.org/packages/elm/parser/latest/Parser#getIndent). ``` module Main exposing (main) import Html exposing (text) import Parser main = case Parser.run...
- [ ] Issue warning if `Animation.exact` is being used not in `Animation.set`. - [ ] Animate along an svg path - [ ] Replace current SVG path API with...
Title says it all. Should make things less confusing for the user.
The context is already tracked, so the errors should be easy to write. An example being a list with incorrect indentation: ``` |> List - Item 1 - Item 2...
So, this doesn't seem to be very common, but someone ran into this error when optimizing their project: ``` Compiled, optimizing JS... Error: something went wrong, expected number of arguments=1...
If you've used `elm-optimize-level-2` on your project and saw a noticeable difference, leave a comment here! We'd love to know 1. What your project is. 2. What your performance bottleneck...
Hello! We have an inline html element for rendering a persons name and linking to their page in Blissfully. We noticed that if an HTML element is at the start...
I have a project which uses spacebar and backspace as controls, both of which have builtin defaults in the browser that I need to bypass. Being able to selectively preventDefault...