Desmond Brand

Results 27 issues of Desmond Brand

![image](https://cloud.githubusercontent.com/assets/4427/4364707/d09b69b4-42a2-11e4-8dd7-71fcbd44b1cb.png)

Looks like the grammar thinks it's a Javascript string even when it's in the JSX part of the file: ![image](https://cloud.githubusercontent.com/assets/4427/3402387/7bd393de-fd5b-11e3-99d8-379b9692bf5c.png)

Airbnb's react style guide is quite popular. But the indentation rules of this package are incompatible with it. [Here's the style guide rule](https://github.com/airbnb/javascript/tree/master/react#alignment). Below is what this package defaults to....

via email: > Thank you for your Caffeinated program, it's working out great for my in-law that was getting annoyed with her computer going to sleep while letting her music...

Here I'm after `WhyFlexport.jsx` but the images always appear first. ![image](https://cloud.githubusercontent.com/assets/4427/12059470/89d0296c-af10-11e5-896f-e861cb66abb0.png)

The following file errors when the `idx` transform is present too. file.jsx: ```js /* eslint-disable flowtype/require-valid-file-annotation, no-unused-vars, flexport/must-have-team */ import * as React from "react"; import idx from "idx"; //...

Thanks for creating this, it looks great! One feature I'd appreciate is the ability to (a) drag types around, and persist the coords and (b) hide some of the types....

![image](https://cloud.githubusercontent.com/assets/4427/5253908/abf2d6f2-7960-11e4-806b-bebb7a7a2e8f.png)

bug

React Native has [`paddingHorizontal`](https://facebook.github.io/react-native/docs/layout-props#paddinghorizontal), [`paddingVertical`](https://facebook.github.io/react-native/docs/layout-props#paddingvertical), [etc](https://facebook.github.io/react-native/docs/layout-props#marginhorizontal) which makes the lack of CSS shorthand less painful. Aphrodite's style API is already extremely similar to React Native. I'm not sure if that...

Line-based comments can appear in output. Example: ``` @font-face { src: url('./fontawesome-webfont.eot?#iefix') format('embedded-opentype'), // a line based comment that should be stripped url('./fontawesome-webfont.woff') format('woff'), } ``` Run that through lessc...