Robert Jackson

Results 989 comments of Robert Jackson

kk, thanks for confirming! @chancancode - What do you think?

The underlying issue is in simple-html-tokenizer. We allow spaces to separate an attribute name from the equals sign, in order to support this we "consume" all whitespace we encounter between...

Logging actions as they happen (where they were triggered and where they were handled) would definitely be neat.

> > I need to propose a public API to access the list of instances of engines. > @cyril-sf are you saying there is no public API that grabs these...

We can detect the new public API (that we propose) and fallback to using the private API while we wait for the RFC process. IMHO, we don't need to wait...

FWIW, routeless engines will be much harder. Because there isn't a singleton that we can inspect to grab the state. I'll try to poke at the internals of `{{mount` (what...

Awesome, thank you @cyril-sf!

@ember/test-helpers exposes an API that we can leverage for this (or that you can use yourself while debugging): `getSettledState`. Docs are here: https://github.com/emberjs/ember-test-helpers/blob/master/API.md#getsettledstate

That information is available within the debugInfo that is included in `getSettledState`. In fact we actually have a really nice bit of console output, but I don’t know if we...

Either way, this is a good feature for the inspector. I’m just explaining that we don’t need to roll our own, we should leverage the shared infra provided by `@ember/test-helpers`.