Tomas Trescak

Results 86 comments of Tomas Trescak

Hello. Thanks for all your valuable help!! I'm trying to do this all in order to get the hot reload back. When I compile TS in Atom to the dist...

Ignore my previous post. I am not receiving the error anymore but i still cant get the hot code reload to work :/ would you mind if you have any...

Hi, I still was not able to solve this. Would tyou mind checking following config if you see anything dodgy? ``` var webpack = require('webpack'); //var ForkCheckerPlugin = require('awesome-typescript-loader').ForkCheckerPlugin; //console.log("s:...

I tried all plugins and I chose yours because - code completion provides more information - sophisticated error view these two things made my experience and work faster.

So, for being "just a student" you are still kicking ass of MS people ;)

I am attaching a sample [project](https://dl.dropboxusercontent.com/u/3418607/meteor-boilerplate-typescript%20copy.zip) where it is failing. To replicate: 1. Open project and the arctic typescript error view 2. Open file `tasks_router.ts` and notice, that after second...

Well, the lib is stable and recently been upgraded to Mongo 3. I use it in 12 different apps and is actively maintained. The problem are the docs that could...

@smooJitter unfortunately this is made to work with native mongo driver. The whole apckage is optimised to run with it. I use Typescript and GraphQL (Apollo) so I have no...

Yeah, that is not implemented. I use mutations differently using the "mutation" construct from this package. As I have usually 4-5 mutations per component that seemed to be a better...