Lee T
Lee T
FYI I had the same issue as @rth and @rdok (and probably others) above. I'm using Neovim on Ubuntu 18.04. Same error that tslib couldn't be found. So then I...
Oh yeah, GQ does look promising! It's frozen at 1.0, so hopefully shouldn't break. Unfortunately, i'm not very skilled with C++ so can't help much here.
That makes a lot of sense after hearing your workflow. I don't use collections since I have a really different file organization structure on my computer. I have lots of...
You are right! That would do it! :)
Hi, I'm getting the same issue on Firefox and Chrome. I tried to follow @GrindSC 's suggestion but still wouldn't work for me. Minimal example [here](https://editor.p5js.org/2sman/sketches/QeykSmCx1). Code is largely the...
In Step 7 there is a typo in the #orb css codeblock in the background-color. Blue does not render properly in most browsers if prefixed with #, thus breaking the...
In Step 11, the last codeblock is missing the last line, which should close click. Should be ``` $('#orb').click( function() { if ($(this).hasClass('sun')) { $(this).removeClass('sun').addClass('moon'); } else { $(this).removeClass('moon').addClass('sun'); }...
In Step 8 there are mistakes in the css for the sky. Instead of width and height set to 100%, they should be set to 100vw and 100vh. ``` #sky...
Still open 3 1/2 years after posting. FYI for those that come along later, I documented every mistake I found in the HTML, CSS and JS [here](https://github.com/googlecreativelab/coder-projects/issues/7).
haha, working on [this](https://github.com/NaNoGenMo/2016/issues/22) too!