Josh Pullen

Results 140 comments of Josh Pullen

I'm on board with this as a practical choice. I think my gut instinct is to be precious about major releases, but there's no practical reason to treat them that...

Once this is merged, perhaps it's time for an sb-edit release on npm?

I was struggling to keep track of all these details in my head, so I created a proof of concept event listener system. https://codepen.io/PullJosh/pen/eYazxax?editors=0010 It supports event listener callbacks that...

By the way, I've always been a reckless driver when it comes to testing code, but this little bit of logic in the CodePen above feels like _precisely_ the kind...

Adding a quick flag in the sand here to point out that _decorators_ are **not** currently supported in JavaScript but [they have been in TypeScript for years](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators). If decorators ever...

I will be gone for a few days for the 4th of July so if @adroitwhiz is happy with this (or any other PR) feel free to merge. Otherwise I'll...

Still on vacation but I have some time at a coffee shop. I created [a test project](https://scratch.mit.edu/projects/1045082184/) to try this out, and I'm still experiencing some issues. When I set...

That video is FASCINATING. What a cool find. Thanks for putting so much effort into matching Scratch's behavior. Like I said earlier, I'm away for a few days (typing this...

That's a good point. Technically this is a breaking change because people are extending `Sprite`. Most Leopard projects import the most recent 1.x.x version of Leopard from unpkg and use...

I think the more verbose syntax would be way too annoying to use in practice (`this.[Motion.x]` is a great example), so just adding `this.draggable` and bumping the major version seems...