Debbie-Ann Facey

Results 13 comments of Debbie-Ann Facey
trafficstars

Still an issue for me. When I add a new show, the episode squares do not show up in the summary nor in the 'Manage Show' section. In the screenshot...

@xcoderzach From the documentation, with middleware, you can change state and decorate effects to add new functionality. I couldn't see how this might be used to subscribe to change states...

@divmain Could you elaborate a little on your thoughts for changing the signature of the middleware function? If the middleware function returns a function that is executed on state changes,...

FYI. Found this repo: https://github.com/sue445/plant_erd. It support cross-schema extraction

@yoshuawuyts Until the docs get updated to describe the subscriptions model, any way you can point to some samples or source code to that describes how they work?

@yoshuawuyts @bcomnes I actually read the docs, so I am aware of the API change. I think I may have misunderstood something that was written at the end of the...

@bcomnes Thanks for clarification, I see how your suggestions would work. I can either just listen for events that I know update the state changes I need to act on,...

@bcomnes That's a good idea re the function. I was thinking about something along those lines as well Linking into the page life-cycle was something I hadn't though of. I...

I am also getting this error. My bower.json is below. I solved the issue by removing the **"main": ""** property. ``` { "name": "test", "version": "0.0.0", "authors": [ "Dannie F"...