Ky Bishop

Results 37 comments of Ky Bishop

@scotsqueakscoot could you try v0.13.9 and see if this issue still occurs for you? Ember-decorators was removed downstream.

I'm marking this v1.0.0 for now, but there's a good chance we'll punt until later. At the very least, I'll spend a solid day or two looking into this before...

A current work around for this is to use `renderInPlace` on the nested attachments. This works great regarding z-index issues since the top level parent attachment is already on the...

Assuming we had a single tooltip element for multiple targets, we run into an unfortunate limitation of the positioning library, Popper.js. Popper.js only supports a single target reference on creation,...

#75 does a good job at mitigating this issue, but a truly reusable tooltip would be the holy grail. I'd like to have this implemented at some point, so keeping...

@atomiks thanks for the ping! I've been watching your PR to see how it goes.

I'm experiencing the same issue with no config changes. Running vim 8.0.891 on Mac OSX. Installed the plugin via Vundle. Plugin is virtually unusable with crazy slow open times.

Running into this as well. In my case I can't get it to work with any node version but see the same error.

I finally found a workaround: install ember-qunit-codemod as a dev-dependency, then run it locally: `npx ./node_modules/ember-qunit-codemod/bin/cli.js convert-module-for-to-setup-test tests/integration/**/*.js` I'm not sure what's happening that's corrupting the global installation, but this...