Colin Hunt
Colin Hunt
What if instead of this being a compiler error, allow leading delimiters? Then elm-format can put the leading brace on the same line as the declaration, and any changes to...
This is suggesting something even more interesting than simply fixing brackets. What if `elm-format` could go as far as being able to fix general small syntax errors that might crop...
This is also valid for fewer arguments that have a long length.
Hi, any updates on this? I'm trying to use react measure to position an element, so I need the correct location right away, or else the element is rendered in...
Hey no worries, thanks for the extremely useful library and all your hard work! My workaround was easy to implement and appears to be working. In `render()`, I just set...
Hello, just inquiring if we can get a progress update on this. I am investigating using this at my company, but it still being on version 0 is a potential...
@cgudrian That is a good workaround, although I think the true issue remains. In your example, you can remove `width content` and it doesn't change the result, so it's redundant...