Alex Mingoia

Results 22 comments of Alex Mingoia

I'm not sure. Any help investigating this would be much appreciated. I'm assuming jstransform outputs some kind of parsing error information.

I'm not sure why tests are failing here... They are passing on my local copy.

I just released `v4.2.0` which includes updated `purs-loader` and `purescript-webpack-plugin` dependencies. This new version reports build errors _in the browser_ so that you don't have to switch back to the...

@endeavour I'm not sure. It's not an issue with Pux. You should open an issue with atom-ide-purescript.

Hrm... I'm not able to reproduce those exact errors. Using a fresh clone I was getting an entirely different set of errors I have no seen before. I didn't spend...

Hrm... it seems the issue is originating from purescript-webpack-plugin, which spawns a child process of `psc-bundle` and specifies `output/bundle.js` in the arguments. `require('child_process').spawn` is a notorious source of cross-platform issues...

On second thought, if it was a problem with spawning the child process the bundle would not finish as it did in the output you pasted above. It could also...

I'm pretty sure this is because you don't have react-dom installed. If you don't want to use preact/preact-compat then you need to have react/react-dom installed.

Yeah that'd be great to have. 1) Does it need to be part of Pux, and can the router be separated as another library? `Data.Route` or something. I think what's...

This looks like a promising approach. Is it possible to integrate it into the renderer, so that memoize is no longer needed?