Carey Hinoki

Results 13 comments of Carey Hinoki

@luisfontes It looks like the first attribute that has a space "issue", will cause the formatting to be incorrect for all following attributes. Is there a way we can capture...

I wonder if an example or guide would be beneficial to target "platform-scale". I am just starting to think about this topic and for my use case we have approached...

@dbanksdesign thoughts on a direction or contribution that would provide benefit?

Thanks for the reply. I totally miss understood the purpose of `size/pxToRem`. Since `remTo` and `pxTo` were using `basePxFontSize`, I incorrectly assumed they would work together somehow—they obviously don't since...

@grevory has cookie getting and setting always been broken? ``` // Directly get a value from a cookie // Example use: localStorageService.cookie.get('library'); // returns 'angular' var getFromCookies = function (key)...

Confirm that `/about` works as a sibling, but not as a child of `/`. ~~I'll try and dig into Transmit.~~ routes.js just needed to be updated.

GG, I apologize for not responding. I have been away from video for quite some time. If you haven't forked this already and are still interested in opening a PR,...

@justinanastos looks interesting—did this implementation come from an article? also, what is the difference between that implementation and the following: ```js process.env.BABEL_ENV = 'production'; process.env.NODE_ENV = 'production'; ``` or ```js...

`BABEL_ENV=production webpack --config webpack/webpack.config.production`? is the workflow to manually run `npm run build` after changes? or are you also trying to leverage `npm start`?

@oyeanuj I have read that extraneous spacing, or any difference whatsoever, can cause this error. I have also read that one way to get around this is through `setTimeout`, then...