Robbie Wagner

Results 813 comments of Robbie Wagner

@NullVoxPopuli I think we should try to keep the config static, and keep the things you don't want out of `dist`, while also dynamically loading the things you do want...

> what's the advantage of keeping additional files out of dist? Just to not have extra stuff in it. I suppose it's no big deal, but just don't like putting...

@gabrielcsapo we still support plugins. Perhaps the name changed or something?

@gabrielcsapo do you have a reproduction you could point me at?

@amyrlam thanks for opening an issue! Is the same true if you put the code in a string variable first and do something like `@code={{this.myCode}}`? I would try that and/or...

@amyrlam it couldn't hurt to have this info captured in the README. A PR would be great!

@Youssef-98 I think you'll have to install those extra languages with prism. I don't know if they are included by default?

@Youssef-98 sorry, what I mean is adding it to the config. ``` 'ember-prism': { 'components': ['sparql'], } ``` All languages are not auto added, you have to configure which ones...

@Youssef-98 you'll want to use: ``` 'ember-prism': { 'components': ['sparql'], } ``` If you have a reproduction using that config and using `sparql` in your templates, please send it over,...