Forrest O.

Results 265 comments of Forrest O.

Looks cool though! I've noticed this as well. Thanks for filing.

When the [worker is started](https://github.com/forresto/mothereffinganimatedgif/blob/master/assets/js/mfanimated.js#L58) it takes `matte` and `transparent` colors as `[r,g,b]` arrays. If `transparent` is `false` then `matte` will fill in the whole background. Shouldn't be too hard...

@bgrins that looks good to me. I have been looking for one for my project... I'll try it out there. If somebody gets the pickers in the m.e.a.g. layout then...

Worth adding to the README.

That could even go in the magic search box...

If we're taking over scrolling, we should think about map nav ux. Drag graph to scroll. Zoom widget. Also, should use css translate to let the browser accelerate scrolling (the...

The graph panning is actually a css transform, so if we wanted to put the card somewhere specific in the graph it would take more work. I can see uses...

Could this node grouping be a lighter version of subgraphs? If you have multiple instances of the same `Graph` in a graph, then editing one edits them all, correct? So...

With autolayout #23 we could design some nice interactions for working with groups: pinch to collapse / expand.

I'm using [Backbone.localStorage](https://github.com/jeromegn/Backbone.localStorage) to save graphs to the browser's key/value localStorage. If you change something on a Meemoo app and click [app], [save local] it will be there for you...