Joe Pea

Results 1899 comments of Joe Pea

Confirmed, latest `import('https://esm.sh/[email protected]').then(console.log)` is working. Thanks!

Filtering by exclusion (`cpr`) instead of inclusion (`ncp`) makes things easier, especially because negating regexes with negative lookahead in JS is difficult.

@2jun0 sorry we hadn't gotten to this. Thank you for the idea. We're working on simplifying and modernizing things. Eventually I'd like to make it possible to swap Docsify templates...

A solution to this will be to make all snippets fully working examples. By nature of that, they will be pastable into anywhere that accepts HTML including CodePen.

Tween is already getting complicated. Maybe it is better to pursue something like a [`Timeline` feature](https://github.com/tweenjs/tween.js/issues/647) where functionalities are abstracted and not all meshed into a single Tween class.

Merged! All existing tests pass, plus the new tests pass, so this is an improvement even if we know it is not working with all features. What we should do...

Ah shoot, I'm doing some manual testing, and the `13_relative_start_time` example broke. Will revert. But I think 13_relative_start_time will provides some clues as to what is missing

Hmmm, actually, the `13_relative_start_time` example uses `.delay(-500)`. It is not intuitive what "delay negative 500" means, and the improvement of this PR is a lot more significant. I'm going to...