Josh Pullen

Results 120 comments of Josh Pullen
trafficstars

@towerofnix Love it. I'm sold on the fullscreen button.

@towerofnix @adroitwhiz I am revisiting this now because it was mentioned in #172. We could definitely build a community website if we wanted to... Do y'all think people would use...

The `scratch-js` code in this repository generates strings of javascript code that are equivalent to the original project. It's called scratch-js because the generated code (the string output of this...

Apparently Scratch treats broadcasts as case-insensitive. Even if your broadcast and receive don't exactly match, it'll still work. I'm also having a very difficult time replicating the issue in the...

Maybe in [`io/`](https://github.com/PullJosh/sb-edit/tree/master/src/io) the `scratch-js` directory should be renamed to `javascript`. That's really what it is. The fact that the outputted javascript happens to utilize scratch-js is just an implementation...

> My opinion is that since sb-edit is an API for reading Scratch projects into an easily workable format that many different Scratch implementations could use, placing any specific implementation's...

That all makes a lot of sense. I think the internal representation used by sb-edit needs a pretty solid upheaval. In particular, references to other objects in a project should...

Current list of blacklisted names: * `stage` * `direction` * `x` * `y` * `penDown` * `penColor` * `vars` * `costumeNumber` * `costume` * `mouse` * `timer` * `triggers` *...

Fixed in 68e306789d68aee6c9cbf547f117ea1cafc62d56 I think I'm going to leave this open for now as a constant reminder to keep the blacklist updated.