Sam Selikoff

Results 241 comments of Sam Selikoff

Haha - it's not about being old-fashioned or not. I understand semantic css class names would make it _easier_ to override, but I think if folks are overriding in the...

No reason for it not to be included, simply hasn't been done yet! We just need someone motivated who's willing to contribute. AddonDocs is a great use-case for Prember out...

@acorncom Prember, as its out-of-the-box experience expects to be able to use that value. Because it's that token that is replaced late in the build, it doesn't work right now....

No, unfortunately I’m not working on this project anymore. Should definitely be possible though!

Are you thinking about full-screen demos? What's the main problem you're trying to solve? The width is fixed to help folks out with typographic measure (just like the EmberJS guides)....

wonder if you could use `href-to` and something like `concat` to add the `#anchor` to the end?

I agree something like this should make its way into AD. I wanted to start with "just components" so folks' docs apps are "just Ember apps", but given most (all?)...

Can you share a verbose example so we can have something concrete to talk about? Name is used by snippet right? A demo can have multiple snippets so I think...

Agree we should switch default to `component.js`. Not 100% on that implicit api... what about something a bit more obvious? ```hbs {{demo.example-snippet type='hbs'}} {{demo.snippet from='example' type='hbs'}} ``` something else? Also...

Hah! On Mon, May 21, 2018 at 11:25 AM Dan Freeman wrote: > @samselikoff didn't you *write* that > build time magic? 😜 > > > https://github.com/ember-learn/ember-cli-addon-docs/blob/b32175798e467b7a974adaff2ab1eca682218dab/index.js#L95-L98 > > —...