Edward Greve
Edward Greve
There is no node sourcemap debug support in any atom package yet? Is this going to be implemented? I see it's been open for over a year... would really like...
Ok, it seems like there is more to the story here... `base_server.py line 96` originally had `self.path_to_node` as an argument, and I had to remove that to get js_host working...
I use 8.1 with cygwin / bash, but I tried with regular old cmd.exe too and got the same results. On Sun, May 10, 2015 at 9:02 PM, Mark Finger...
The models are just the `normalizr` schemas that will be passed to `normalize()`, I just put them all in a file called `models.js`. The `initialState` set up with empty objects...
The top-level `entities` reducer _only_ takes care of the data. Any other information you need about your state should be coming from another reducer, in particular, things like which models...