Aria

Results 100 comments of Aria

> After install, i can find the panel in the extensions. So, after installing, the panel shows up in the extensions menu, but doesn't work? Does it give you an...

Okay, have you tried the [manual installation guide](https://github.com/AriaMinaei/Griddify/blob/master/docs/manual-install.md)?

Hey @razster, can you check [this file](https://drive.google.com/file/d/0BwwI5JySuxh9YUZ0QU1zcGhZRXM/edit?usp=sharing) and see if it works?

Guys, I just posted a manual installation guide [here](https://github.com/pixana/griddify/blob/master/docs/manual-install.md). Let me know if it helps.

Sorry for the delay guys. I've pushed a [new version](http://gelobi.org/griddify). The installation instructions are also updated. Please take a look and let me know if it solves the problem.

This answer is way overdue (sorry :) ), but you can check these two things: 1. You measurement units must be set correctly. 2. "Show Guides" must be on.

Yeah we need an icon and the arrow thing looks nice. Thanks @CristianMoisei . Unfortunately I'm a bit busy with other projects and can't update Griddify for a while. I'll...

I'm guessing the problem comes from the fact that `HigherOrderComponent` uses intersection types, which don't mix very well with exact types. (`| ...ContextRouter, ...P |` being an exact type) But...

@ajhyndman ```javascript // @flow type A = {|a: string|} type B = {b: string} //

Just noting here that after #16 we still have trouble with exact types, and as @ajhyndman demonstrated here, there isn't much we can do about that atm.