Sam Saccone
Sam Saccone
I see what you mean @sindresorhus it "should" work, I was just pointing out that we could be smart about it within phantom's `onNavigationRequested` and perhaps be smarter than the...
The idea was to test run ts w/ the CLI to start, and then reevaluate. I currently do not work on lighthouse as much as I initially did, so this...
Hey @devrelm so, you can directly require the typescript code for the launcher (no need for d.ts), will this work for you? ```sh yarn add chrome-launcher ``` ```ts import {launch}...
the reason it is not around right away is because we do not do the region lookup / element cache until you show something in the reason. This is a...
reminds me of https://github.com/samccone/marionette-behaviors#autoregion :goat:
:+1: on moving into labs
> Animated regions. This can be solved if we use an API/implementation similar to ngAnimate / React, which I think we should. mind expanding on this
ok the only reason I ask is because that is the hardest problem with a regions "rewrite". By that i mean async destroy of regions and their contents.
Migrated to the v3 list https://docs.google.com/document/d/1Sx1YE2SJg-NGSGsd8mELf3wpywI-UyOvCkufbm6klOw/edit#
Since a layout is both a node and contains other child nodes (regions). Render is going to blow everything away, that is just a fact. For a non destructive render...