Joe Pea

Results 1901 comments of Joe Pea

> Does autolayout.js support child views? I don't see why not. The AutoLayout view just needs sizes of the container it is in, which can come from the window, or...

Hello Hein, I've started work on this! https://github.com/trusktr/infamous/tree/autolayout WIP, I'll circle back to replace the Famous parts with Infamous parts. (By the way, Infamous will be renamed and get a...

I'm planning to see if I can extend the 2D autolayout into 3D autolayout.

Do you remember on these lines, https://github.com/IjzerenHein/famous-autolayout/blob/e4cef730240a0e02c362aff918c4c6a59e151e7e/src/AutoLayoutController.js#L136-L139 what the `undefined` absolute size values do? Is it that the size will be 100% size of the parent when the size mode...

Almost there. Basically I already converted to infamous API, f.e.: https://github.com/trusktr/infamous/blob/0b953ab7e2c06bc220f27a0994793c1255dc0c86/src/autolayout/AutoLayoutNode.js#L229-L244 Then I just need to take these parts, https://github.com/trusktr/infamous/blob/0b953ab7e2c06bc220f27a0994793c1255dc0c86/src/autolayout/AutoLayoutNode.js#L43-L47 and convert them to use the Infamous Motor.addRenderTask API. Or...

Alright, finished the initial version! [Here's]() what it looks like, with the parts I changed labeled with `PORTED`. Here's an [example](https://github.com/trusktr/infamous/blob/autolayout/examples/autolayout.html). To run it, clone and checkout the autolayout branch,...

Alright, finished the HTML API. [Here's](https://github.com/trusktr/infamous/blob/5828f7fdae9afaa246f80c7d6ac75b45574bc81c/examples/autolayout-declarative.html) what the declarative example looks like. Here's what the `AutoLayoutNode` class [looks like](https://github.com/trusktr/infamous/blob/5828f7fdae9afaa246f80c7d6ac75b45574bc81c/src/layout/AutoLayoutNode.js). In the examples, you can see that we can update the...

Hello @JuniorTour, does that instrument JS expressions inside the ``, not just in the ``?

Yep, seems like with JavaScript when `g:indentLine_faster = 1` then toggling indent line makes all indentations take up one single space instead of (for example) 4 spaces. Also, it breaks...

By the way, AngularJS is a well-known and widely-adopted library, but dgeni-alive only has two stars. This is probably because people come check it out, then have no idea how...