Paul
Paul
If an Injector is registered asynchronously or the state comes externally (i.e. state is passed to a custom element via a property) it's possible that a race condition makes things...
I think trying to come up with a perfect situation where you'd need to load an injector asynchronously might be a blind alley. The purpose of the example provided was...
I understand your reluctance. Injectors should be registered synchronously at the start of the application. That's the right way to do it. > I don’t think it’s a friendly API...
Playing devil's advocate, In the context of `Themed` if we wanted to enforce the rule that all Injectors should be registered before their use, we would: * update `@inject` to...
We discussed this and Ant and Matt would like for `Container` to always warn when missing an injector and `@inject` to allow for optional injectors. If users of Dojo need...
The takeScreenshot, scroll, and stitch approach can be problematic in that any fixed element will be repeated in each screenshot. A better approach, if possible, would be to maximize the...
Is it possible to write tests in the HTML file?
This is separate from #112 and #13 in that it focuses on the developer tools used by dojo and tools that can make development easier. Tools and topics worth mentioning...
Perfect. I'll focus on Intern features more and less on concrete examples. I plan to mention it can handle unit, functional, integration, a11y, visual regression, and benchmarking as a nudge...
WIP https://github.com/devpaul/dojo.io/blob/dev-tools/site/source/_drafts/Development-tools.md