Kevin Brown

Results 133 comments of Kevin Brown

@tbfleming from my perspective it'd be best to get notified of problems as soon as possible in the development cycle. If we're doing anything that wouldn't be allowed by the...

@tbfleming that sounds great. A few things that'd make this a bit easier: - In the Contracts repo there's no mention of how to deploy the contracts, only how to...

I've logged an issue on the build problems with that other repo: https://github.com/EOSIO/eosio.contracts/issues/225 I think it'd be good to mention this in the readme of this repo.

I'm getting the same error, even with `useChildProcesses: true`. We've seen similar problems in other modules. As soon as they're put through webpack, `instanceof` stops working. The only solution I...

Here's the reproduction. Very simple setup, using apollo-server-lambda with webpack causes this error: https://github.com/thekevinbrown/graphqljs-instanceof-reproduction

[Found a workaround](https://github.com/apollographql/apollo-server/issues/4637), seems like an Apollo Server can fix it, but also it'd be nice if this package could make it a bit easier for people using @yaacovCR's suggestion.

I'll elaborate on my setup and why this would be incredibly useful for me. I've got 5 airplay speakers set up throughout the house. Historically I've been using iTunes to...

@ejurgensen I'll lodge a different issue in that case.

This should be as simple as "build what you need". Dataloader will call your function and pass an array of IDs. You then make the API call to get those...

There's not going to be a way to make it one call if you have to provide different auth tokens to get different users. You should be able to still...