Re: [elm-discuss] New guidelines for posting on Elm-discuss

2017-05-04 Thread Dustin Farris
LGTM — One thing that trips me up is deciding where to post what. Slack/Reddit/elm-discuss/elm-dev are all super helpful (and Twitter sometimes), but I hit decision fatigue trying to decide which medium to reach for on a case-by-case basis—I suspect I'm not the only one. The community page

[elm-discuss] Re: Linear algebra for 2d geometry?

2017-05-04 Thread Zinggi
There is also my little library , you might find it useful. On Thursday, 4 May 2017 15:56:05 UTC+2, Rupert Smith wrote: > > I need to implement some 2d geometry transformations, and would like to > use 3x3 matrices for this.

[elm-discuss] Re: Linear algebra for 2d geometry?

2017-05-04 Thread 'Rupert Smith' via Elm Discuss
On Thursday, May 4, 2017 at 5:53:36 PM UTC+1, Matthieu Pizenberg wrote: > > I definitely recommend looking at https://github.com/opensolid/geometry > (with it's svg counterpart : https://github.com/opensolid/svg). > I've been using it a bit and it's awesome for what I understand you want. >

[elm-discuss] New guidelines for posting on Elm-discuss

2017-05-04 Thread Noah Hall
Hi folks, We've come up with some new rules for posting on elm-discuss. You can see them here . The goal is to have a healthier, happier mailing list, with more people feeling like they want to take part. -- You

[elm-discuss] Re: Linear algebra for 2d geometry?

2017-05-04 Thread Matthieu Pizenberg
I definitely recommend looking at https://github.com/opensolid/geometry (with it's svg counterpart : https://github.com/opensolid/svg). I've been using it a bit and it's awesome for what I understand you want. I've been using eeue56/elm-flat-matrix also but for more "raster" drawings than

Re: [elm-discuss] Re: Charty: SVG charts library (feedback request)

2017-05-04 Thread Juan Edi
Hi Matthieu! I guess I decided to write my own tool for different reasons. I had checked other libraries before but none of them seem to be exactly what I was looking for (be it because of looks, API, available charts, whatever). To be completely honest, I also felt what I needed was pretty

[elm-discuss] Re: Linear algebra for 2d geometry?

2017-05-04 Thread 'Rupert Smith' via Elm Discuss
On Thursday, May 4, 2017 at 2:56:05 PM UTC+1, Rupert Smith wrote: > > I need to implement some 2d geometry transformations, and would like to > use 3x3 matrices for this. Does anyone have some experience or recommend > one library over another? I don't really need maximum performance at this >

[elm-discuss] Linear algebra for 2d geometry?

2017-05-04 Thread 'Rupert Smith' via Elm Discuss
I need to implement some 2d geometry transformations, and would like to use 3x3 matrices for this. Does anyone have some experience or recommend one library over another? I don't really need maximum performance at this stage, the drawing I am rendering will be relatively static and not consist

Re: [elm-discuss] Re: Elm Textfield + a barcode scanner

2017-05-04 Thread Rehno Lindeque
In https://runelm.io/c/nx0 it looks like the trouble is that it is using value attribute no? Just to check, have you tried the defaultValue approach suggested? At least, in the example it doesn't look like value needs to be set at all. My understanding is that two-way binding is problematic

Re: [elm-discuss] Re: Elm Textfield + a barcode scanner

2017-05-04 Thread Witold Szczerba
You are so right. I have no idea how is this system supposed to work. 04.05.2017 07:09 "Matthias Winkelmann" napisał(a): > I have to say, the way issues are managed in the elm ecosystem has > frequently left me stumped because i couldn’t find the relevant issue. This > problem

Re: [elm-discuss] Re: Help with Jupyter/IPython notebook kernel for Elm

2017-05-04 Thread Austin Bingham
There isn't currently any elm-repl support, though there's an open issue for it: https://github.com/abingham/jupyter-elm-kernel/issues/9 I'm not entirely sure how it should work, both from the user's perspective or technically, so any ideas would be great. On Thu, May 4, 2017, 02:40 douglas