Joe Lambert

Results 7 issues of Joe Lambert

**Describe the bug** Can't dynamically change the `enabled` value **To Reproduce** Steps to reproduce the behavior: 1. Follow instructions in README to change the enabled value from scope data (https://github.com/theomessin/vue-chat-scroll#disable-vue-chat-scroll-using-configuration-prop)...

bug

via @madrobby (https://twitter.com/#!/thomasfuchs/status/97955171006550018)

The convention with real transitions is to fire a `webkitTransitionEnd` event for each property that is transitioned. Should Morf.js do the same? Currently it fires one event to say its...

Attempting a scroll when the scrolling section is rubber banding will cause the page to be moved rather that just the desired section. I've been debugging with Weinre (http://debug.phonegap.com) and...

I don't seem to be able to get the `customTests` option to be able to work. ``` TypeError: Cannot read property 'replace' of undefined at /Users/joelambert/Projects/Misc/primer-rareloop/node_modules/grunt-modernizr/node_modules/customizr/node_modules/modernizr/lib/build-query.js:22:22 ``` I've had a...

This adds a `paginate()` method to the QueryBuilder that returns an instance of Timber's `PostQuery` instead of a Collection. This needs to be tested in a WordPress install. Possible enhancements...

Work in progress upgrade to Timber 2. # Breaking changes specific to Lumberjack - `Timber` object is no longer bound in the container and therefore not injectable - `QueryBuilder`/`ScopedQueryBuilder` -...