Carey Hinoki

Results 18 issues of Carey Hinoki

I believe this got worse after the last upgrade. ![screen shot 2014-09-10 at 11 46 18 am](https://cloud.githubusercontent.com/assets/549319/4223323/e39f3f54-391a-11e4-99c2-7fba12a4d7c5.png)

Help wanted

https://github.com/grevory/angular-local-storage/blob/master/angular-local-storage.js#L325 accesses cookies from $document and not $document[0] or from $cookies via ngCookies

bug

Attempts to address https://github.com/RickWong/react-isomorphic-starterkit/issues/98 (Hard to test Github API—Unresponsive) **Don't merge** Not sure how this effects `Main.js` due to the Transmit implementation, but you get the idea.

enhancement

The biggest point of note is model.delete() calling collection.delete()

documentation

I noticed that my `commonjs` build included the incorrectly transformed `invariant(false)`. This is incorrect as the `import` is being transformed to `var _invariant` and `invariant` isn't defined. The issue can...

I am trying to understand how, in the demo, modifying containers or components (HMR) after the server-side rendering doesn't fire this error. > React attempted to reuse markup in a...

question

https://github.com/chemoish/videojs-chapter-thumbnails/blob/master/src/videojs-chapter-thumbnail.js#L45 is generically specified as a `{Object}`, but its really more of a `{string}` that gets throw to the `label` of the `VjsMenuItem`. Also add example, as its difficult to...

Must dispose properly otherwise on `videojs('player').dispose()` an error will be thrown. Uncaught TypeError: Cannot read property 'vdata1446698633391' of null

bug