Kevin Ingersoll
Kevin Ingersoll
I just upgraded from 0.5.x to 1.1.x and also noticed the thumbnail gallery was missing from the carousel. This is what it used to look like:  This is what...
Mind adding some tests to catch this?
Oh totally makes sense! I should have provided more context. I am creating a playlist from things not already in my library, so it seems I have a picker for...
:+1: I'm doing similar sizing calculations that depend on attached and detached hooks in my viewport-detection plugin: https://github.com/holic/vue-viewport
@yyx990803 How about traversing the `parentNode` until you reach (or don't reach) the `document.documentElement`? Or perhaps use [`document.documentElement.contains()`](https://developer.mozilla.org/en-US/docs/Web/API/Node.contains)?
Is the plan still to move the main Vue.js repo under the vuejs org?
Whiskey now supports the `.apib` extension and makes editing large Markdown files much easier with its outline view: http://vimeo.com/album/3108294/video/110486733
I saw this too, which is fixed in https://github.com/react-bootstrap/react-router-bootstrap/pull/248 and released in 0.25.0.
I started working around this by creating my own `Fetch` wrapper that would detect this case and pass this along as `fetching={true}`. However, because I relying on `fetching` to show...
We are looking to migrate our company blog to Harp.io and it's a bummer to see the `_data.json` requirement. With 3-4 different authors, hundreds of articles, and dozens in the...