sforward

Results 6 comments of sforward

Sure, I have rebased the code again. I'm willing to help testing PR's if that's the current bottleneck of this repo.

@barryvdh I've tested this in our applications and it works perfectly. Could you look into this some time?

@jaapio Could you please review this PR?

When executing a gql query, the mutations are no longer initialized with this change, but other query classes still are. So #1087 isn't fully solved, but I think there is...

To resolve a query, all the fields of the Query root type are loaded in GraphQL::buildObjectTypeFromFields. It's possible to make them lazy as well, but only if the names are...

I ran into the same issue. Within the `removeRow` function a wrong variable is used, I think it should be `priv.cellSettings.splice(calcIndex, groupAmount)` instead of amount, to remove the cellSettings of...