Forrest O.

Results 265 comments of Forrest O.

![screen shot 2015-02-10 at 2 30 27 pm](https://cloud.githubusercontent.com/assets/395307/6134726/659f09a6-b131-11e4-8015-7041015f435e.png) `title` tooltips should already be in there; can do a pass for the ones that are missing (select runtime...). We have https://docs.flowhub.io...

:+1: instead of a modal there, it would be nicer if the input were in-place on top of the export, with the default name selected. Click elsewhere in the graph...

A colored line (like groups) would be easy. Maybe we should just clear them all though.

That's how I imagined it working, with new ports showing up as needed. Some visual grouping will help. Is it an issue if [0] [1] [2] are connected, then [1]...

Separating commit/push and pull workflows would make this simpler. Here is Github's Mac app UI for commit: ![screen shot 2014-09-18 at 1 11 47 pm](https://cloud.githubusercontent.com/assets/395307/4318329/41274718-3f1d-11e4-8eb5-f210e02dd0ba.png) (selecting a changed file shows...

Here's the idea to make this work: split screen top and bottom. When needed, bottom is code editor or timeline or layer editor or any metaphor to edit a particular...

Trying to work around it, made a fake `Constants` component, but it errors when I try to `require('./Constants')` it from another component: > Error: Failed to require "./Constants" from "noflo-noflo/src/lib/ComponentLoader.js"...

For current feature parity, we need to: - [compile coffeescript](https://github.com/noflo/noflo/blob/21f9aa1674d35f1ed0fbfa80450914a418ffe7b2/src/lib/ComponentLoader.coffee#L209-L216) - make modules so that they can be loaded by the [ComponentLoader](https://github.com/noflo/noflo/blob/master/src/lib/ComponentLoader.coffee) We want to: - `require('cool-npm-module')` see [RequireBin](http://requirebin.com/) and...

Yes, sounds like polyfill vs native shadow-dom. :frowning: This `/deep/` should make it work everywhere: https://github.com/noflo/noflo-ui/blob/1b975582451f39bb2c79eaaac4c0d3a8f4574961/css/font-awesome-shadow.html#L84

"Make them a group" should be as fast as drawing a selection box, then dragging the box. Then to make that temporary group stick would be another action. (⌘-G) ![drag...