Chris Manson

Results 323 comments of Chris Manson

If we are actually using any async **actions** then we should not drop ember-concurrency. You can get yourself into a lot of trouble using async/await for actions and ember-concurrency is...

That's a great example @jherdman 🎉 I've also had some issues with testing and timing that cause tests to be a bit intermittent. Most of these issues can be solved...

I did a comparison with the main frameworks and here are my results:   |   |   |   |   |   | Median | Mode -- | -- | -- | -- |...

I guess it's probably worth defining what we mean by "Lighthouse Score" in this context 🤔 I would assume that we're only focusing on Performance (because that's what comparison blogs...

Hi there 👋 I got this working in the end relying on the default unicode support the JS platform. Essentially it amounts to a situation where it will support unicode...

You may want to take a look at what we're doing in https://github.com/ember-cli/create-ember-app We've recently fixed it in the case where you don't have `ember-cli` installed globally 👍

My understanding of this is that it is indeed the correct behaviour. I don't know very much about this particular instrumentation implementation but essentially having the 2 commands on 2...

Any Movement on this?

I'm seeing this on Mac OSX too, It seems to work the first time but then it stop working. I had a look and it seems like `/tmp/atom.apib` gets deleted....

So I thought this might be related to the other reports of the pkg being too big so I cloned the repo and tried to run it locally. And, turns...