Chris Masters

Results 28 comments of Chris Masters

Hi, i'm getting a similar error with the same gem versions & code and also using the master branch of this repo as the gem source. ``` phantomjs 1.9.7.1 screencap...

Same, just had the same experience with a brand new install. `ember s` cleans up correctly, whereas `yarn start` hangs on cleaning up and I have to `ctrl+c` again. One...

Just to give an update on this issue. I’ve just updated everything to the latest versions... - node [v12.18.3] - npm [6.14.6] - yarn [1.22.4] - ember-cli [3.20.0] os: darwin...

The PR https://github.com/ember-fastboot/ember-cli-fastboot/pull/636 does not appear to resolve this issue, though. Here is a branch of my example repo using it: https://github.com/chrism/fastboot-shoebox-example/tree/try-fix It still does not retrieve the data.

@paulgoetze Thanks, so if I understand correctly then that means that it is not possible to add a shoebox manually to `index.html` then because the `fastboot-body-start` and `fastboot-body-end` boundaries are...

Hi – I wanted to check I have missed something because am still getting a couple of deprecations after adding this to my config ENV... ``` emberKeyboard: { disableInputsInitializer: true,...

Just wanted to say that I think this woud be an excellent feature too. Once I have the task.txt document open everything is great, but it is a slightly annoyance...

I completely agree with this and would be happy to do the work. I did something similar for Ember Tooltips some time ago https://github.com/sir-dunxalot/ember-tooltips/pull/264 Also, it seems like 3.0.0 would...

@lukemelia @samselikoff From my perspective the CSS is simple in both the dummy app and the dialog themselves so it's much more a question of whether we want to make...

FYI I've just submitted a PR updating the dependencies first, so I can then work on this.