Jeff Keen

Results 59 comments of Jeff Keen
trafficstars

Came here from stumbling onto this problem after getting test failures with `ember-cli-fastboot-testing` when running tests from `localhost:4200/tests`. It'd be great if we could do this ^

I'm also getting this error. I'm using it inside a promise chain as well, and it stops between 7425-8200 every time.

I started stepping through the code and it looks like it's a problem with [get-cursor-position](https://github.com/bubkoo/get-cursor-position/). ```javascript ProgressBar.prototype.render = function (output) { if (this.output === output) { return; } var current...

Update: this was implemented in #168 along with making the default `always_include_resource_ids: true` on `belongs_to` relationships, and then that default was changed to `always_include_resource_ids: false` in #185, due to a...

> A better solution would be to always render the resource identifiers if the relationship is a belongs_to because in that case no eager loading is necessary. I'd definitely love...

@richmolj This concludes my blast of PRs for a while 😝 #422 and #423 were just leading to this in order to keep things topical. There might be a few...

@ylluminate It does seem that way. 🤴 I'm not promising a bunch of new features and things moving forward, but I will do my damnedest to at least _respond_ to...

I'm getting up to speed here and cleaning up some things and am going to have to trust the wisdom of @richmolj and close this PR until I'm more convinced...

@jhnvz Thanks for your work on this! This will solve an issue I have in a multi-tenant app I have using graphiti. I didn't quite follow the conversation re: Threads...