Egor Yurtaev

Results 18 comments of Egor Yurtaev

**Old** ![pycharm_old](https://cloud.githubusercontent.com/assets/444503/15477811/98577608-2138-11e6-998a-0c1e28cf125f.png) **New** ![pycharm_new](https://cloud.githubusercontent.com/assets/444503/15477810/984aec30-2138-11e6-9af5-8ffb02832cea.png) **Atom** ![atom](https://cloud.githubusercontent.com/assets/444503/15477816/a38a82ae-2138-11e6-95ab-f1f9780c4829.png) What do you think?

I try to keep it as original as possible... You might send this suggestion to https://github.com/atom/one-dark-syntax

@tannermares ![2015-12-16_19-37-22](https://cloud.githubusercontent.com/assets/444503/11842397/3579947a-a425-11e5-9a50-1881828142b6.png)

Intellij idea has limited support for typescript =( ![2015-11-25_14-44-40](https://cloud.githubusercontent.com/assets/444503/11392334/da0afea4-937a-11e5-9191-bb64634b9385.png)

Idea has less features than Atom =(

@igaidai4uk Thanks a lot. But what about `main.coffee` or have you changed colors in settings from app?

@tdbgamer because there are no changes to the main.js, only binary file...

`withMiddlewares` is method of `Resolver`, you can chaining `withMiddlewares` with your resolver `resolve: userGetMe.withMiddlewares([myMiddleware])` if `userGetMe` is instance of `Resolver`. if you use object in `addFields` = type of [`ObjectTypeComposerFieldConfigAsObjectDefinition`](https://github.com/graphql-compose/graphql-compose/blob/e8637117d162d94afd34a7d6ea186bffd0344d9a/src/ObjectTypeComposer.d.ts#L93)

You can use `removeArg` + `wrapResolve` to prepare args like this https://github.com/graphql-compose/graphql-compose-mongoose/issues/321#issuecomment-816645685