Dave Laird
Dave Laird
https://github.com/kriswep/cra-tailwindcss Updating this project with `cra-update` the diff shows `registerServiceWorker` was modified. I would expect the `registerServiceWorker` to be deleted and `serviceWorker` file to be added.  ### Not expected...
With a clean ember-cli 2.12 and ember-engines 0.5.0 addon setting `lazyloaded` to true throws an error when trying to find a vendor file I have added to the vendorTree. Running...
The `` tag will print any html characters is side the tag. When using fastboot and rehydration the `` tag with dynamic attributes glimmer will add rehydration tags `` inside...
``` TypeError: Cannot read property 'outputPath' of undefined at app.use (/Users/davidlaird/projects/ember-cli-fastboot/index.js:313:42) ``` The `ember-cli-fastboot` addon needs to come before `broccoli-serve-files` to SSR files. Running the dummy app will result in...
I followed the RFC from awhile back that has since been merged, so hopefully this can be changed here in ember-cli-fastboot as well. This PR pushes @mcfiredrill work over the...
Greenkeeper has been depercate! Let's use add [dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) Here is an example of dependabot [config](https://github.com/simplabs/ember-test-selectors/blob/master/.dependabot/config.yml) that could be follow.
Give Devs the ability to opt-out of the sandbox for SSR page hydration. Many server-side rendered (SSR) pages are marketing pages. These pages are data-driven, and that data only needs...
https://github.com/GavinJoyce/embroider-spike/pull/21
ember-cli-addon-docs need to be deployed https://github.com/ember-learn/ember-cli-addon-docs/pull/474 After ember-cli-addon-docs are updated the next errors. @ef4 when testing with embroider it looks like a few addons are including `@babel/plugin-proposal-optional-chaining` Resolving to a...
Cheers