Adam Rosenblatt

Results 12 comments of Adam Rosenblatt

I will check it out today. For some reason I suspected that it had something to do with how the purescript webpack plugin was creating the output file path on...

Ok, so I cloned the new version and the same issue is still happening. I was able to isolate where the errors are coming from, but I don't know enough...

Yes, it appears that on first run that the three purs files throwing errors are indeed being found and built by the plugin as I can see their compiled JavaScript...

Thanks for such a fast response. I will take a look at the 0.11 branch. Is there anything that was specifically changed in that branch to deal with this issue...

Yes, I checked it out and it is a pretty significant revision. My previous approach had been drawn from the React docs on facebook's github page, which tend to treat...

Hi Phil, I was actually looking over the code last night when the new commit came in, and I definitely appreciate the simplification of the effects. I was playing around...

I guess essentially what I am trying to do is create some components which have an opaque internal `state` to handle locally with their own internal `actions`, but also provide...

In the most recent version of the 0.11 branch, how would you combine the parent and child specs into a single spec with ``? Which lens would you use to...

Using smart constructors sounds interesting, but I'm not exactly sure how that would look in practice. Would it be possible to provide a simple example?