Joseph Ni

Results 23 comments of Joseph Ni

Were you thinking of using something like this: http://viz-js.com/ With the exported svg, you could parse the nodes to put onClick information in there. Hopefully they can be named and...

`module CounterPair exposing (init, update, view) --where` Workaround until PR is merged

+0.5, for use with this package: https://github.com/dalgard/meteor-viewmodel which uses dynamic attribute syntax (makes the code a bit cleaner)

I'm surprised that something simple like having a bootstrap/semantic UI css along side elm has taken me half an hour to get to this point with no results... `elm-css` wouldn't...

@mikeaustin this is only if you're using elm-reactor for testing your elm app. I'm outputting to js using elm-make and you can switch on/off debug using the `--debug` flag and...

I'm getting this same issue with the following setup: Ubuntu 14.04 Chrome Stable 48.0.2564.116 (64-bit) "react-dnd-html5-backend": "^2.1.2" Works with Firefox: 43.0

No errors, it just returns null when I break at the line: `let source = monitor.getItem();` Then I played around with installing chrome unstable via shell and even though the...

My code is MIT. Artwork belongs to Rick Saada. I didn't even know that the original CotW is MIT, is that in the zip file?

Hey @ohanhi i was just thinking of this from your docs: > Note When the user presses and holds a key, there will be many of these messages before the...

elm-format loves vertically aligning things, but keeping a transform on one line allows you to read _down_ for the intention _whilst also_ retains the ability to read across ( right...