Tim Steenvoorden

Results 84 comments of Tim Steenvoorden
trafficstars

What do other packages do? Take a look at the libraries for Haskell, Clean, Elm etc. I expect you can propose one or two variants and users can take a...

You both put forward Elm's biggest pain points for me, and the reason I moved back to PureScript/Idris/Haskell as well. I only use Elm for teaching from time to time,...

Hi guys, thanks for sharing your concerns! I'm thinking about including a way to pad and frame the envelopes of collages, so you would be able to say something like...

In the next major version the `impose` example would be written like: ```elm boundingBox : Collage msg boundingBox = rectangle 40 60 |> filled empty imposedOutput : Collage msg imposedOuput...

Yes, @danfishgold is completely right. In Elm 0.18, the library used a native call to the [HTML canvas](https://www.w3schools.com/tags/canvas_measuretext.asp) to measure the width of some text. In Elm 0.19 this is...

> @timjs Thank you for your comprehensive reply. You're welcome. > For me, I wouldn't mind wiring ports, but my problem with ports is asynchronicity. I've tried to think of...

Nice workaround! Don’t have time to test it right away though, maybe somewhere next week. How would a user of the package use and install this library? In the same...

Excellent! Can you maken a PR with te required code and add a description how to use it to the readme? I’ll review it Sent with GitHawk

I take 3 is a small change to elm-collage instead of elm-diagrams? And can the dummy text width be built in in this library or do you really need a...

Hi! Sorry for being absent, didn’t work on this library for a long time because of lack of time and need. All shapes are translated to SVG. So if Elm...