Joe Lambert
Joe Lambert
Hi, this is not something I'm looking to add in the short term but feel free to fork the repo and add it for your own project needs.
I think you're right. I can see why scrolling has been implemented in this way as it prevents some problems with traditional websites on the iPhone I think we need...
@savitasingh I suspect that you're adding the elements to the DOM after the scrollfix init code has run, which is why the change in orientation fixes the issue. You'll need...
Thanks for the ticket. The desired behaviour is how you describe it so there must have been a bug introduced which prevents the timer from being reset. I'll take a...
We're currently working on a patch to replace Tighten with Illuminate, hopefully this will be resolved by that https://github.com/Rareloop/lumberjack-core/pull/40
Hi, thanks for raising the issue. We're aware of the change to Zend Diactos and will look to migrate to the new Laminas packages soon. Unfortunately the `http-iterop` package is...
@rsaccon the code in question can also be found/forked here: https://gist.github.com/1002116 It offers the performance improvements of requestAnimationFrame (when available) but doesn't require a code refactor to explicitly support it.
@adamtomat we need to add a test for this behaviour before merging.
@MartinPL I'm not too keen on adding more internal state to the query builder. At the moment `get()` isn't a chainable method call and triggers the query, the PR as...
Thanks for the suggestion, we'll certainly look into this 👍