Rick Waldron

Results 213 comments of Rick Waldron

@domenic is right, but to be fair I hadn't considered the service worker case, which is interesting to explore

Can I request priority on adding Hermes?

To test this with Safari Technology Preview: 1. Make sure you have Safari Technolog Preview release 142 (I believe this requires macOS Monterey 12.3) 2. Run `./node_modules/.bin/karma start karma.config.js --browsers...

/nucleus ignore -m "Nucleus not ready"

**Current status** The failing tests in `test/membrane/*.spec.js` will pass if following changes are made: ```diff + const { addEventListener, removeEventListener } = window; const env = createVirtualEnvironment(window, window, { endowments:...

We hit this issue as well and downgrading resolved the problem. (Internal project, no link to share)

That's the spirit! I'll try to whip this up while I'm on vacation :)

Awesome, glad to see there is more interest in this :) I've actually started writing unit tests by copying some rendered markup from the site and stubbing ajax calls. I'd...