Gabriel Csapo
Gabriel Csapo
Right now we are blocked on `docusaurus` not supporting `postStart` (https://github.com/facebook/docusaurus/discussions/5616)
This feature would be similar to https://webpack.js.org/configuration/dev-server/#devserveroverlay and would look like the following.  Instead of having to monitor the console for errors...
## Summary Originally from we have been using this in production for a few years! It is faster and less prone to errors as it doesn't allow configuration. It would...
In my ember-cli-build.js file I have ```js 'ember-prism': { 'components': ['javascript'], 'plugins': ['line-highlight', 'line-numbers'] }, ``` in 0.6.0 this works, in 0.9.0 it doesn't.
Migrate docs usage into the main application and do not leverage the dummy app for docs
Using workspaces is extremely useful and powerful feature. Instead of using ember-addon.paths the doc calls out how to use these, but should go in more in depth.

### 🐞 Describe the Bug When initial saving the following template ``` /** * EditCaptions, a component for editing the captions of a video. * @param {Object} videoPlayMetadata - meta...
Thank you for creating a pull request to contribute to Adafruit's GitHub code! Before you open the request please review the following guidelines and tips to help it be more...
### Description updates to latest deps - [ ] Bug fix - [ ] New Feature - [ ] Documentation update - [x] Other