On Tue, Apr 28, 2020 at 5:18 PM Craig Russell <apache....@gmail.com> wrote: > > yarn dev got me to the web page agenda for 2020-05-20. > > I can navigate through the entire agenda and then when I go to queued actions > I get > TypeError: undefined is not an object (evaluating > 'this.pending.comments.length') > I assume that this is just what you get when you hit an unimplemented > feature. Not so bad. > > So I guess I'm at the point of looking around to see if I can figure out how > it all works...
Cool! If you go exploring, be aware that if you see methods on classes (names that start with a capital letter), that's likely code that needs to be replaced. If you see things like this.props.name or this.state.name, it is probably either working or in the process of being made to work. this.pending probably needs to be changed. I did update the Readme to describe how things should be working... eventually. On Tue, Apr 28, 2020 at 5:40 PM Craig Russell <apache....@gmail.com> wrote: > > FTR, the stack overflow article did help. There were a number of items that > had the wrong owner/permissions that I fixed with chown -R ... > > Perhaps that article should be listed as a resource in the README or MacOS > instructions. I'm not sure where it should go. Probably in this section: https://github.com/rubys/whimsy-board-agenda-nodejs/blob/master/MACOSX.md#node Can you go ahead and fix this? - Sam Ruby