Thomas Wang

Results 11 comments of Thomas Wang

Can you add more usecases / examples to explain how one would use the new APIs? And if I don't follow the default: ```js import { loadInitializers, loadInstanceInitializers } from...

I think `ember test` and `ember build` both accept `--envrironment` where you can specify `development` vs `test` https://cli.emberjs.com/release/advanced-use/cli-commands-reference/#embertest

Maybe pass `require('url').URL` to sandbox, and define a a getter for `URL.URL` with deprecation warning?

fastboot has already released v3, as a minor bump we can have an alias for the old name (with deprecation would be even better); for ember-cli-fastboot it seems fine to...

Current is using `resolve.sync` at https://github.com/ember-fastboot/ember-cli-fastboot/blob/9e0b053cced1189ffeaafa827a386a8f82a1b788/packages/fastboot/src/fastboot-schema.js#L170

We should also ignore certain scripts like https://github.com/embroider-build/embroider/pull/455/files

@ef4 @rwjblue this is ready for review, can you take a look?

cc/ @suchitadoshi1987

| | sync | micro task | raf | setTimeout | -- |-- | -- | -- | -- | Chrome 90 | ✓ | ✓ | ✓ | ✓...

Hi, thanks for the discussion folks, isomorphic support would be a great addition to the SDK. I built [the node & browser bundles locally](https://github.com/xg-wang/notion-sdk-js/tree/browser), but it looks like notion api...