Tomas Trescak

Results 86 comments of Tomas Trescak

Hmm, vscode complains about the same thing ... any way to make it run in vscode ?

@pantharshit00 can you provide a code example of how to set up prismatic backend with yoga that uses caching? What you wrote I found already on forums but I never...

Hey, thanks for the link. I have seen this code before and what puzzles me is that if I execute the same query twice using prisma client it hits the...

Perak, trust me, I tried ;) I gave it an hour but it was doing something ridiculous, so was not sure if it is related to my app or not....

Yes, I solved it by adding location into each function and then recompiled grammar with pegjs, was not that much work. Would you consider PR?

Here you go: https://gist.github.com/tomitrescak/6c18bfb437c123ebcb8bd694a062cad7 But it's probably way behind any changes done since June/2016 in the official package.

Thanks for your feedback! I will try to incorporate all this today. To be honest, I only tested Wallaby.js. My fault.

@arunoda would you have time to looks at this issue? I have configured what I know in the package.json, but am receiving following error: ``` npm run test > [email protected]...

Yup, I was missing a script. But now am getting a following error: ``` SyntaxError: Unexpected token { at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:413:25) at loader (/Users/tomi/Documents/Programming/Github/kickstart-mantra-webpack/node_modules/babel-register/lib/node.js:126:5) at Object.require.extensions.(anonymous function)...

I am hosting public in my root folder as it is a resource folder. I am not sure how it would behave in the "src/public" folder. I guess this is...