Evan Winslow

Results 134 comments of Evan Winslow

I think it helps to think about what the equivalent expression would be in plain JS. If you are going to set `textContent` of an element to an async-resolved value,...

For the same reason, I prefer Idea 1 as a solution to the path problem you've described. Here is the plain-js solution: ``` async function render() { el.textContent = (await...

@David111567 This is an issue in core Elgg, so not FB-theme specific. But realistically, FB theme is just not supported. I'm open to someone taking it over, but no one...

Whatever changes you make, submit a PR and I'll add you as a collaborator on this project.

I was thinking a new directory like `src/testing/closure.js` Then you could also have `src/testing/jasmine.js` for jasmine, etc. @ckundo recommended we make separate repos for the axs-tools-to-testing-library glue code. One per...

Great. It'll be nice to have all those helpers under one roof...

Impact on size is about 13k after gzip, which is pretty substantial. For my app currently, numbers are 18647 bytes with adt included, 5053 after removing adt. Another idea: have...

Sounds fine. I have a workaround right now that's simple enough. Will scream if it causes any more pain. On Fri, Dec 6, 2013 at 4:51 PM, Cameron Cundiff [email protected]:...

It's from whatever is currently checked in to google3.

The simple option sounds good to me. Seems like a common pattern... Wonder if there's a way we could bake that into the API... Like always load one more entity...