Benjamin Borowski
Benjamin Borowski
More specifics after installing globally: ``` /Users/typeoneerror/.nvm/versions/node/v4.8.1/lib/node_modules/ember-watson/lib/formulas/convert-tests-to-async-await.js:61 let callback = node.expression.arguments[1]; ^^^ ``` points here: https://github.com/abuiles/ember-watson/blob/master/lib/formulas/convert-tests-to-async-await.js#L61 I got money that it's because I'm node 4.x?
Yep, 😢. I'm having the hardest time getting our app to work on newer versions of node, so I was hoping to not have to upgrade, but looks like I...
Here's what Heroku had to say > When Dynos are signal to shutdown, we first send SIGTERM, which your process should trap and perform any tasks required within 30 seconds...
Seeing this in our app w/2.4 as well. I'm not positive it isn't a browser thing. I've got this in there: ``` hbs {{#each content as |item|}} {{get item optionLabelPath}}...
``` hbs {{#each content as |item|}} {{log (eq item selection)}} {{/each}} ``` Logs false, true, false, false (true for the selected item). So it appears that eq is working, but...
Even hard-coding in `selected={{eq item.id "2"}}` selects the correct item but in the HTML, "selected=" attribute is not here. Will see if I can repro in a clean repo.
@rwjblue so this isn't really a truth-helpers issue then from the sound of it?
PR to ember-k-codemod fixed it for me on macOS. Not sure if this is correct for all platforms, but may want to cut a new 0.10.0 release if/when this fix...
@jasan-s have you figured out a solution for this since you posted? I'm encountering the same issue here.
FYI, the assetMap generated when `generateAssetMap: true` looks correct, so this may be an ember-cli issue.