John Griffin

Results 7 issues of John Griffin

Not sure if this is a bug or a feature request - happy to provide a reproduction if needed, would really appreciate some feedback. We have been using the following...

We use Glimmer `2.0.0-beta.12` to generate embed code that runs on third party websites we do not control. Users of our embed code are hitting the assertion `The @glimmer/validator library...

Steps to reproduce: ``` ember new glimmer-app --blueprint @glimmer/[email protected] cd glimmer-app npm start ``` Error: ``` ERROR in ./src/index.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: Caching was left unconfigured. Babel's...

I would like to clarify what the best practices are around acceptance tests with `ember-tether`. When I write a basic `ember-modal-dialog` acceptance test that launches a modal, makes an assertion...

bug

It would be great if we could use Tailwind to style emails so we can use consistent tooling across web and email. [Maizzle](https://maizzle.com) is a framework that support this but...

type: new feature

Just installed `0.3.0` and it seems to add an unnecessary dependancy on `ember-cli-update`. This was noticeable because we use yarn and the lock file had a huge diff. Seems to...

When using ember-cli-sass in regular ember projects it's possible to output multiple css files by specifying something like ``` js var app = new EmberApp({ outputPaths: { app: { css:...