Brandon Patram

Results 13 comments of Brandon Patram

> But do I see it correctly that you're running this on ARM64? Because the OpenJDK you're installing is java-1.11.0-openjdk-arm64, while I'm installing java-1.11.0-openjdk-armhf. I don't think the patches in...

I've spent sometime digging into this today and I'm at a loss. I'm not an expert with writing Babel plugins. I've hit a bit of a brick wall and I'm...

@PaulUithol @philfreo @DouweM I'm looking for any feedback (or in the very least a single LGTM response) 😄 this is a big step forward for future efforts to refactor, enhance...

@philfreo The main change (noticeable by end users) is how we export bbr since we are no longer modifying the Backbone namespace. There is an upgrade guide (https://github.com/PaulUithol/Backbone-relational/blob/next/UPGRADE_GUIDE.md) that details...

@philfreo Sorry for my delays, I've been a bit busy with some other project work to keep this effort moving forward at a good pace. > I see that you...

That would cause a lot of events being fired when updating large collections. @floriandammeyer Can you check out this [jsfiddle](http://jsfiddle.net/qsuob6y4/1/) and fork it to show a failing test for your...

@champ I'm not sure if this is something that should be this library's responsibility. Also, I'm a bit confused as to what is being described here, can you go into...

@champ I understand what you are attempting to do here and I think this does in fact make sense as a feature in this library. In your proposal does `chunkSize`...

What I ended up adding is a relation type store, which maps the relation types to their names. 'HasMany' => Relation.HasMany and the same idea for HasOne. This would also...

Your data sample does not come close to representing what the JSON-API spec defines. You'll most likely want to create a `parse` function on your `Comment` model that would transform...