Matt Price

Results 107 issues of Matt Price

Unable to post a proper bug report right now, but a student project using Popcorn.smart() fails when the target element is more than 3 elements deep in a ttree beneath...

It would be great to have headless-browser-based tests (at least unit tests and maybe some other ones), and to run them autoatically on pull requests. Not a small or immediate...

It would probably be easier to attract contributors if the devleopment process took place entirely using js/node-based tools. So, ideally we would: - build - lint - test using js-native...

We hide plugin instances with `display: none`, but prevent users from styling instances directly when we use `.style.display = 'block|inline'`. Would be better to reset to `null`, which resets that...

- [ ] Wikipedia - [ ] Google Map - [ ] Leaflet - [ ] Markdown I've been updating the plugins but not the tests!

enhancement
v1.5.12

Testing popcorn plugins is really slow, as qunit has to wait for the trailer to finish (65 secs). Can this be speeded up?

enhancement
v1.5.12

Something's wrong here; the pattern that now works for timeline after some recent patterns is not holding up for this plugin, maybe /c it uses the `object` pattern rather than...

Now that we have flexbox and grid, it ought to be possible to get rid of some of the frustrating psoitioning problems that often plague popcorn.

Storycorps is a pretty useful source oforal histories, though there's a certain sameness to many of the stories there. It would be nice if we could play them directly using...

right now events like `fly` start via `setTimeout` at thestart event, and proceed till they're done even if the timer is paused. Would be nice to reset them somehow; using...