Bj Tecu

Results 59 comments of Bj Tecu

@scalvert The challenge is getting any of them merged.

When using the `index.js` approach, if nothing is set in `ember-cli-build.js` (for the dummy), I get: `You must provide at least 1 plugin in the plugin array`.

Isn't everyone else using major version for the same purpose as this? Sure, ember has that policy of no new features and only code removal with major versions. Perhaps it...

Why would `@model.someProperty` not be valid use case?

This is a bug as it should definitely update the label. It appears that not just `setDate` is broken but even the options. For instance, passing `{ autoClose: true }`...

Is it? ```js const arr = [7, 1, 4, 3, 2]; for (const elem of arr) { console.log('Queing element', { elem }); setTimeout(() => console.log(elem), elem); } ``` Returns an...

I also ran into this. Turns out, `/tmp/` was full. There are some `core.headless_shell.xx` files left over after each execution. For now I'll be removing the file (only one generated...

@jacobq This is still an issue in the latest version (8.0).

Is not a huge deal, I can close this if there's no easy way to fix it.