Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: All courses are gone (all 4 sections) #66938
    Juliette Tworsey
    Participant

    Hi Zac,

    Same here…again. This has also happened to me several times. I also signed up with an early bird description for the learn JS Deeply course. When I go to my Dashboard I can see the 3 courses that I have registered for, but with regards to the Learn JS Deeply course I am only able to view 1.1 -1.8 of section 1. Everything else is missing.

    What’s going on?

    Thanks:-)

    Juliette

    in reply to: Unable to access courses #52682
    Juliette Tworsey
    Participant

    Thanks a lot Zac! I appreciate it. Thanks for being awesome:-)

    in reply to: Unable to access courses #52667
    Juliette Tworsey
    Participant

    Hi Zac,

    Thank you for responding to me so quickly!

    You’re right. I do see the course links in my Dashboard now! I think what happened is that when I clicked
    on the dashboard link (located on the right hand panel of my account page) it wasn’t/isn’t re-directing
    to my actual dashboard page. Also, when I click on the orders tab from my account page it shows that I have only signed up for Gutenberg. From that point on I got a bit confused (+ admittedly had a somewhat late night due to an unexpected visit to the vet…dog is OK 🙂 ).

    But, the important thing is the course material is there. I look forward to checking PT 3 again when it is ready.

    Cheers and Happy Friday:-)

    Juliette

    PS. I’m also looking forward to getting/hearing about your thoughts on the new PWA plugin for WordPress. This seems like a promising tool for making WordPress sites more mobile friendly.

    in reply to: 2.1.13.02 Setting Up The Project #36960
    Juliette Tworsey
    Participant

    Hi Zac,

    I don’t think that there is anything wrong (that I know of) with the code that you have provided in the examples, though I did have to add a .babelrc file (via a recommendation from Babel https://babeljs.io/docs/plugins/transform-runtime/ ).

    This is what I have added to my .babelrc file:

    
    {
      "presets":
    	[
    		"es2015"
    	],
      "plugins": [
        ["transform-runtime", {
          "helpers": false,
          "polyfill": false,
          "regenerator": true,
          "moduleName": "babel-runtime"
        }]
      ]
    }

    I realize that including es2015 in this file may be redundant(?) due to the fact that es2015 is already listed as a preset in thewebpack-config.js file. I’m relatively new to Webpack so I just put it in there for safe measure. Is this an unneeded action?

    Cheers:-)

    in reply to: 2.1.13.02 Setting Up The Project #36892
    Juliette Tworsey
    Participant

    Hi Zac!

    That (along with the addition of a .babelrc file) did the trick.

    Thanks so much!

    in reply to: Idea: secure coding focused module #23952
    Juliette Tworsey
    Participant

    Great idea and point Tomas..and I’m glad to see that Zac (hi Zac!) is already on it:-)

    This is an issue that has been concerning me for a while now.

    in reply to: Unable to access section 4 #21659
    Juliette Tworsey
    Participant

    Whoosh! ..Glad to hear that it’s all been sorted out.

    Thanks Zac!

    in reply to: Unable to access section 4 #21649
    Juliette Tworsey
    Participant

    Pardon the typos….”paid”, not “payed”..

    in reply to: Unable to access section 4 #21646
    Juliette Tworsey
    Participant

    In addition to that I am now unable to partake in the the “free” portions of the course.

    in reply to: Unable to access section 4 #21619
    Juliette Tworsey
    Participant

    Hi Zac,

    When I signed up I payed for access to the entire course via the tail end of your Kickstarter campaign…. I was told that I was paying for the entire course.

    What’s up?

    in reply to: 1.3.04 Video not found #19569
    Juliette Tworsey
    Participant

    Hi Zac,

    I am able to watch the videos now (in Safari and in Chrome, but not in FF). For a while there, the videos wouldn’t buffer at all and Chrome was redirecting me back to the main section with all of the links for the first section. Still no luck in FF, but I’ve got Chrome and Safari:-)

    Thanks!

    in reply to: 1.3.04 Video not found #19527
    Juliette Tworsey
    Participant

    Hi Zac,

    When will the videos become available again? Just curious. I was trying to re-watch the portion(s) about JSON.

    Cheers and Happy Holidays:-)

    in reply to: Command Line #17739
    Juliette Tworsey
    Participant

    Indeed!

    in reply to: Event phases: bubblin', capturin' clarification #10671
    Juliette Tworsey
    Participant

    Hi Vincent and Zac! I have been following this thread to get a better grasp on event phases with regards to bubbling and capturing. ….just wanted to say thanks to you both for helping me to also gain a deeper understanding on this.

    Cheers:-)

    in reply to: Wrong answer on JSON quiz question 1? #10154
    Juliette Tworsey
    Participant

    Hi Patrick,

    I noticed this too and meant to mention it, but got caught up in life…and studying.

    Thanks for bringing this up:-)

    in reply to: Commented code #9206
    Juliette Tworsey
    Participant

    Thanks Zac. That works (in Atom). I was trying to do this in the console and it doesn’t work there. I’ll just grab the code from my editor now.

    Cheers:-)

    in reply to: Commented code #9073
    Juliette Tworsey
    Participant

    Hi Michael,

    Thanks for getting back to me. I have tried both key combos and unfortunately neither works.

    Maybe Zac knows.

    Cheers:-)

Viewing 17 posts - 1 through 17 (of 17 total)