Cethy

Results 8 comments of Cethy

Same here. Solved by cycling between suspended and active state (I use the power button, but closing the lid like @victorhearnyeates suggests works too for me).

On the current version (or only on the "advanced template", idk I only use this one), the sass config should be modified in config.yml. Additionally, you need to modify or...

Another take on react & media-queries : https://github.com/Cethy/react-mixin-media-query I used a "`mixin` approach" instead of the "classical" component one. It might seems less flexible, but it makes a lot more...

@sebmarkbage I fail to see why side is important here, server-side you could have default value or parameter passed from the client ; Am I missing something ? @contra That's...

@parshap And how would you fix that ? "Isomorphically", you need to be able to handle media-queries the same way on both side. So you need a fallback value for...

@contra you've got a point, I'll try to split my work to have something more simple. @parshap Thx for the clarification, i hadn't read the [inline styles proposal](https://github.com/reactjs/react-future/blob/master/04%20-%20Layout/04%20-%20Inline%20Styles.md) (since the...

Same problem here. @Tombar : Is this the way we must follow ? It will be a pain to do this for all our php modules. :/

``` #CORS capabilities #Piece of crap allowing different origins SetEnvIf Origin "http(s)?://(www|foo\.)?(mywebsite.com)$" AccessControlAllowOrigin=$0$1 Header always add Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin Header always set Access-Control-Allow-Credentials true Header always set Access-Control-Allow-Headers "Origin, X-Requested-With,...