Marcus Sanatan
Marcus Sanatan
Hey, just following up on this. I did a test where I uncommented this line in `lib/avr109.js`: https://github.com/noopkat/avrgirl-arduino/blob/master/lib/avr109.js#L53 Results when running script ```console marcussanatan@Marcuss-MacBook-Pro arduboy-upload % node index.js found leonardo...
Hey @noopkat, thanks for checking it out! I didn't want to submit a PR without getting a fix for the other issues as well. Hopefully I can put my brain...
Sounds like a busy time, good luck with everything!!!
If you can, try using the SSH URL and set up a passwordless SSH key @mence40
Maybe we can look at this... https://www.npmjs.com/package/gh-pages. I'll see if I can get it working
Hey @JimLynchCodes, nice game! I didn't look at gh-pages too deeply as my script sufficed for my demo project + it would only be used in my fork. Did you...
Hey, thanks for the quick reply! I've been a bit away this weekend so I'll check it later tonight 🙂. I also added ogg + mp3 to the file loader...
Hey @nerdenough, unfortunately it still isn't working! I get the following error even if I reference the XML file stored in the static folder as you suggested ``` Uncaught TypeError:...
Hey @nerdenough, in good spirits my code is open source :-). I just set up a new branch at my [repo](https://github.com/msanatan/boxy/tree/issue-16). And below is the offensive code in my BootScene:...
That is really really interesting. And you're right, it works! Also, the fixed audio removes the requirement to disable web audio to make #18 work - now it's fine no...