Stephen Sylvia
Stephen Sylvia
I'm using this addon to add styles to components in my addon that I'm creating. My addon is using `pods` structure. When I test my addon with the dummy app,...
It would be really helpful if you could add a prefix option to each individual sourcePath strings. The would you allow for easier sorting if using different collection and reduce...
[According to docs](https://developers.arcgis.com/rest/users-groups-and-items/update-item.htm), you can add an image file to the `thumbnail` param that should be uploaded as a thumbnail image. This does not work: ```ts updateItem({ authentication: userSession, item:...
We're leveraging this framework in a single page react app and need to initialize and destroy different components at different times. Would like to do something like the following: ```js...
I'm using Storybook 4 alpha and Babel 7 to compile typescript. Also using `v3.0.0-rc0` of this lib. Here's my custom webpack config for Storybook: ```js module.exports = (baseConfig, env, defaultConfig)...
I'm using [ember-cli-node-assets addon](https://github.com/dfreeman/ember-cli-node-assets) which copies an icon library to my public folder at runtime. In my templates, I can use an standard image tag to load the SVG, but...
I'm attempting to use the [CUID id generator library](https://github.com/ericelliott/cuid). I am able to import the library into the vendor folder with this addon, but everything I try loads the load...
```js check: { global: { statements: 0, lines: 0, branches: 0, functions: 0, excludes: [] } each: { statements: 0, lines: 0, branches: 0, functions: 0, excludes: [] } }...
Adds a settings panel to configure a custom dictionary: #32. - Simple UI to: - Enable/disable replacement - Edit key/value pairs that serve as source and replacer values - Change...
It would be awesome to have a custom dictionary that automatically fixes common typos, expands abbreviations, and even recognizes special characters when extracting text from `.note` files and converting them...