Joaquin
Joaquin
Hi! Thanks for the nice library 💟 I was using it to make a [small drawing app](https://chimeces.com/elm-canvas/drawing.html), and used `Mouse` and `Touch` separately, as I didn't want to deal with...
Congrats! More info: https://meta.wikimedia.org/wiki/Coolest_Tool_Award If you'd like to use the image in wikitext, you can use: {{2020 Coolest tool award|Listen to Wikipedia|Experience}}
**Quick Summary:** Error message from generic signature with records is inconsistent with other errors from generic signatures. The error message should be similar to the one posted under **Additional details**...
**Quick Summary:** Trying to get the type of a mutually recursive function crashes the compiler ## SSCCE ```elm module Test exposing (..) f x = g x g x =...
It should be rendered with only fill, like the docs mention: > It looks like for some reason, if neither fill nor stroke is set, it defaults to both a...
Unless you already know from JS experience, from the docs it is impossible to know what the coordinate system is and what positive Y/X or negative Y/X are.
The function is pretty confusing to use, at least some docs should help with it.
Explain how they apply to the global coordinate system and add graphics. Came from a conversation in #canvas in the elm slack. For example this caused confusion thinking they were...
I've been uploading some mp4 videos, and after ffmpeg runs and the video gets converted, in some of them (3 failed of 10) I've been seeing this exception: >An exception...
Odin's compiler includes both core and vendor folders. Both should be available where the compiler is installed. https://pkg.odin-lang.org/vendor/ - [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have...