Ryan Rempel

Results 15 issues of Ryan Rempel

I'll have to play with Elm 0.19 a bit to see what makes sense. Elm's own theory about how to handle URLs has changed at least somewhat between 0.18 and...

I've added a bit of a test process to run on Travis, but so far it is limited to compiling the examples. I should write some actual tests at some...

Apparently, a `UrlChange` to an empty hash doesn't work as expected ... you need to add a space afterwards. E.g. instead of `UrlChange NewEntry "#"` ... you need ... `UrlChange...

Just wanted to let folks know that I'm not actively working on this at the moment (perhaps obvious by now). I gave a fair bit of thought to Evan's "choose...

I talked a bit about the elm-web-api testing setup in the forums: https://groups.google.com/forum/#!topic/elm-discuss/fsR73atWz1U @amitaibu suggested that a Yeoman generator to set up a "best practice" environment for writing a native...

Given this code, it seems as though if you supply multiple event handlers with the same key in a list of properties, all but one will be clobbered. https://github.com/elm-lang/virtual-dom/blob/master/src/Native/VirtualDom.js#L130-L135 ```...

request

I was looking at this code, which is used while iterating through a list of properties: https://github.com/elm-lang/virtual-dom/blob/master/src/Native/VirtualDom.js#L130-L135 ``` js if (key === ATTR_KEY || key === ATTR_NS_KEY || key ===...

request

It would be nice to use the Login system and Endpoints from Gizra/elm-restful here.