Michael Messer
Michael Messer
Will this be implemented?
I will attempt to add the function `bezier : Point -> Point -> Point -> Point -> Path` like [vilterp/elm-diagrams](https://package.elm-lang.org/packages/vilterp/elm-diagrams/latest/Diagrams-Bezier). Hopefully it isn't too difficult.
Do you just want cubic bezier? I can also try to add arc. I'm still trying to figure out how to calculate the bounding box. Should it be possible to...
What do you want the type signature for arc to be? The generated path will be: ``` A rx ry x-axis-rotation large-arc-flag sweep-flag x y ```
With custom operators and kernel function removed, Elm became too frustrating to use. At some point, I might attempt to write a diagrams library for Idris 2 (which has a...
Forking the compiler works. Change this line to always return true: https://github.com/elm/compiler/blob/6c19c6e202984e2be98d6abe46b616751f712e94/compiler/src/Elm/Package.hs#L85 Rework to the package to use the new Kernel system instead of Native. I did it and it...
@timjs I believe I figured out a way around this so that users would not have to use a modified compiler. It would require a couple of steps: - You...
@timjs This command installs a prebuilt package for 0.19.1. I built it with a custom elm compiler. The elm file in the archive is just dummy code that returns 0,...
2426021684/elm-text-width is installed with the command I wrote. 2426021684/elm-collage can be installed the normal elm way after 2426021684/elm-text-width is installed.
If you want to use this method, [I wrote a guide on how]( https://gist.github.com/2426021684/63d89f619d16248ae3db307a327b7e33).