lhammond

Results 13 comments of lhammond

looks like the model isn't configured to be shared as it's missing the download button as shown for another model here

The Youtube video from the ACM paper shows an incorrect link (missing a trailing 'V'), but the screen does show the Download button top right. Screenshot of video at 2:12

@tomek-l would you please update the model so that it can be downloaded?

hi, @mxstbr / @OpenKerley I'm attempting to do this as my first foray into React dev. If I can get it all working, I'll submit the PR. I'm currently over...

As a hack, I created the object in the render() function as below. This atleast has the page rendering. ``` javascript //const { formState, currentlySending } = this.props.data; const formState...

I added thunk and looks like that resolved the above issue. where is the appropriate place for the actions and constants to be? the login-flow demo has them in the...

So I think I'm going to have to focus on figuring out the data injection issue. Because render() gets recalled after the form state changes, and I'm hardcoding the data...

thanks for the help. I'm working on the state stuff now. the code below taken from login-flow does not populate the data prop ( works in login-flow ) I'm initializing...

I've gotten things mostly working. Tomorrow or later this week I'll write up what all I've done. I'll need some input as to whether I'm doing things correctly, but I'm...