Cory Forsyth
Cory Forsyth
Small change to make it clear that you should edit the addon index.js file.
### Describe the Bug `npm run start` uses the [`WasmPackPlugin`](https://github.com/rustwasm/wasm-pack) to compile the associated crate, and that plugin [compiles in "dev" profile by default](https://github.com/wasm-tool/wasm-pack-plugin/blob/master/README.md#usage). This wasn't obvious (to me), and...
Thanks for this github action, btw! It's been super useful to test a chrome extension! I was able to get it running, but when puppeteer attempted to launch, it reported...
This appears to be due to the inclusion of ember-code-snippet, which brings in a dependency (browserify or highlight.js, probably) that stomps on the global `require`. See discussion in https://github.com/ef4/ember-code-snippet/issues/17
A pattern we commonly use is to use a utility function to inject a script (for example, the filestack SDK) and keep a reference to the promise, returning it for...
It would make it simpler to install in our app if we could add it to our requirements.txt file without specifying the git repo specifically.
In step 2 the CNAME is created for "fruit", not "orange", so I think the text here should be mentioning "fruit" as well.  Thanks for creating this very cool...
A `.gitconfig` file can `include` other configuration files ([see git documentation](https://git-scm.com/docs/git-config#_includes)) using an `[include]` directive in the main `.gitconfig` file. For example, with the following two files: ``` # file:...
It should be possible to use a heuristic to attempt to re-position the cursor at or near its position when the component's `mobiledoc` changes and the editor rerenders. See https://github.com/bustlelabs/ember-mobiledoc-editor/issues/112#issuecomment-255055175
See https://github.com/bustlelabs/ember-mobiledoc-editor/issues/112#issuecomment-254913105