Addy Osmani

Results 392 comments of Addy Osmani

Whaaa. I had no idea `$0` worked in that panel too. Didn't realise it basically applied to any tree-like view (or seems to). That would be worth documenting for sure....

So..to flip this into something actionable: - do we want to surface this as a dedicated tutorial or inline walkthrough in the docs based on the above? - does the...

I've referred back to the Nat G+ article a few times (re-read it today) but it seems to focus on the light gray frames vs. green hollow bars (which afaik,...

Suggestions: - Features: add folder, refresh, create new file, delete, ignore lists. - Document scenarios where it makes sense to author an app directly inside of DevTools Workspaces vs where...

I would favour 2 here if possible.

Thanks for the valuable input, @jantimon. Still getting with hang of what are idiomatic best practices for Webpack plugins :) https://github.com/jantimon/resource-hints-webpack-plugin/blob/master/index.js#L87-L89 feels a lot cleaner than the approach we're currently...

@bekos > We can actually keep the current API as the default options for every hmtl-webpack-plugin instance, and each instance can override them if required. That sounds pretty reasonable to...

I think that's a valid ask. You're proposing using a similar API to how html-webpack-plugin tackles this I assume? :)

Thanks for filing this issue, @jeffposnick. You're correct that the current implementation enforces a "choose one or the other" decision and there are opportunities supporting a mix of the two...