jknt

Results 30 comments of jknt

Hey, this is a really cool project! Any news about merging with the core?

@temsa did you get typeform working?

Let me try it out. I may be back asking for some code snippet if I don’t succeed. Thx much. - Jaikanth PS: You can reach out to me by...

@CunningBaldrick Did you create any kind of fix for this? If so could you share

We have a similar requirement, either the `MessagePattern` decorator takes in an array of strings or a regex could also work.

I used ApolloError and `const { ApolloError } = require('apollo-server-errors') throw new ApolloError(MSG, CODE) ` and it worked well. `apollo-error` otoh, doesn't implement the latest spec (uses `data` property instead...

I reproduced this issue when I had port 3000 being used by another server, then RSB used 3003. The about link did not work as it was trying to get...

Ok that makes sense :) I shall be back from my holidays next week and try it out. On 04-Jan-2018 2:45 AM, "Marco Lüthy" wrote: > Hi @Jaikant — The...

Hey, It worked very well! thanks for the awesome library :)