Edward Dale
Edward Dale
I think this is a great idea. I sent message to @Ideashower 5 months ago suggesting this and never got a response back. I've created a GitHub organization called ShareKit...
@clozach That's true. I pulled locally and then pushed up to github, which blew away the network graph. The one benefit that it has is that it doesn't say 'forked...
I've re-pushed the ShareKit/ShareKit repository using the method described in @coneybeare 's linke (essentially clone/push instead of pull/push). The history is there, but the network isn't. Is that enough to...
@troppoli I've just deleted the repo again and forked it using the normal methods. Try again with your pull request. I've also added you so that you can push to...
@coneybeare I've just enabled issues for the repository. I think the rest of the project management stuff is also enabled with that feature. Do you notice anything else that is...
@coneybeare OK, that makes sense. I've re-done the repo using clone/push. Hopefully everything works now. Sorry to everyone who's tried to watch/comment/whatever on the repo while I've been getting this...
I've added the following users as owners to the ShareKit/ShareKit repository. I think that should be a good start at a core team. We can make changes later if the...
@spiderguy84 We're working on a patch for this problem over [here](https://github.com/ShareKit/ShareKit/pull/18) if you're interested in switching the fork you're using.
Cool pull request. I'm looking forward to this ending up in the master.
I'm using IB to create the cells. I've created a subclass of `GMGridViewCell` and this is part of what the init method looks like: ``` - (id) init { self...