shakao
shakao
yeah weird, it looks like we're not looking for images under /common-doc, but it doesn't seem like any of that code has changed recently.... @aznhassan any idea if anything in...
ooh i really like the idea of choosing a template when you make a new file! maybe to somewhat combat the main.ts issue we could have a link to the...
i'll do a pass!
Ah, so I think even with diffs on, it will highlight the entire block and not just the changed variable. But here's an example of the @diffs flag that you...
hmmm ok so it looks like we're using `/#tutorial:/concepts/walking-hero` which is fine when the base URL is `arcade.makecode.com/docs` but when we load our sidedocs, the base url is something like...
options:  after discussion: 1. it would be useful to give the default for-index-from loop a variable start value. we would then also need "step". important to ensure that users...
hmm maybe a day or two? shouldn't take too long but there might be weird edge cases with click behavior (hints, exiting the project, etc etc)
i saw this while doing the following: - signed out, make some progress in the space skillmap - go to zoo, sign in - see previous signed in progress load...
javascript completion for controller.A.onEvent results in code with error: ``` controller.A.onEvent.Pressed, function() { }) ```