Tamas Amon

Results 7 issues of Tamas Amon

I added a #91 issue solution

Where it is?

The first line is _Using formatted-date in app/components/articles/article-row.hbs_ but _Using formatted-date in app/tamplates/components/articles/article-row.hbs_ is the good.

I think in here articles news route must be changed not the index route

When I install ember-grid from npmjs > npm install --save ember-grid Later, I get the > Uncaught Error: Assertion Failed: A helper named 'fixed-grid-layout' could not be found When I...

I used @vrcd-community/markdown-it-video to embed videos. The config file is looks like: ``` markdown: { config: (md) => { //console.log("md", md); md.use(markdownItVideo, {}); }, }, ``` and in the markdown...