Miguel Camba

Results 302 comments of Miguel Camba

I found another missing API: `Ember.Test.registerAsyncHelper`

Missing API imports and they suggested import paths | Before | After | | --- | --- | | Ember.Test.registerAsyncHelper | `@import { registerAsyncHelper } from '@ember/test` | | Ember.Test.registerHelper...

What is the path forward with `import { isTesting, setTesting } from '@ember/test';`? This doesn't seem like something that can be defined using just the json manifest.

@Turbo87 I'm not sure ember should export that if it's not always there and depends on the inclusion of a library. If it is dependent on `ember-inspector`, it sounds to...

I'm also trying to find a reliable way of testing errors/assertions during the render. What are the possible workarounds for this? (Or reliable fix for that matter)

@makepanic I'm not sure what would be the point of accepting an async function. If you have a function that returns a promise you can just do `await myFunction()`, no...

@machty I think that a config option that overrides the default behavior and allows people to opt in to inporting bugsnag in test environment makes sense, it would be backwards-compatible...

I could try to find another sentence that works and add it with a higher precedence over the wildcar, but what puzzles me the most is: **Why does this not...

@davefx sounds pretty bad to me, but I'll allow it.

It will start with only date because that is already a difficult enough problem, but probably will handle hours and timezones at some point.