Sam Selikoff

Results 65 issues of Sam Selikoff

👋 Hey there! I wanted to open an issue to discuss adding `peerDependencies` support to `ember-cli-dependency-checker`. I've gone around a few times with folks like @ef4 and @Turbo87 about the...

Do you think margins have a place in a base chart such as this one? How have you implemented margins in your work with d3.chart so far?

I'm trying to understand the `initAttr` function: ``` js function _initAttr(internalName, d3Name, defaultValue) { if (!this.base.attr(d3Name)) { this[internalName] = defaultValue; this.base.attr(d3Name, defaultValue); } else { this[internalName] = this.base.attr(d3Name); } }...

I'm upgrading `ember-cli-head` from 3.x to 4.x and running into a bug caused by the new `{{head-layout}}` component. In our app we have a component called `` that we use...

👋 maintainers of this excellent addon! I'm working on `ember-cli-addon-docs`, which depends on `ember-component-css`, and I was trying to define a `treeForAddonStyles()` hook in my `index.js`. It wasn't getting called...

We use the string ADDON_DOCS_ROOT_URL as a token placeholder value for `rootURL` in our `config/environment.js`, so that when building for production, AddonDocs can build a single version of the app,...

Need to be able to render code blocks with Copy button & dark background, separate from the _content_ of those blocks. (Sometimes the content comes from a static snippet, but...

Probably css classes. Abstracted from Tailwind utilities. Things like `.addon-docs-md` and `.addon-docs-container`.