Aleksey Shestakov

Results 4 issues of Aleksey Shestakov

'Breakpoint ignored because generated code not found (source map problem?).' ``` "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:3000", "webRoot": "${workspaceRoot}", "userDataDir": "${workspaceRoot}/.vscode/chrome", "sourceMaps":...

Could you explain props of moving logic into Base class?

I'm using this plugin with https://github.com/apollographql/eslint-plugin-graphql Both plugins do linting, and we see duplicate error messages, details here: https://github.com/apollographql/eslint-plugin-graphql/issues/68#issuecomment-304588901 Am I right that watchman is notifying "graphql-for-vscode" to start linting?...

enhancement
backlog

Trying to use tcomb-form-native with typescript. ``` import * as t from 'tcomb-form-native'; let Form = t.form.Form; ``` > Error:(3, 20) TS2656: Exported external package typings file '.../node_modules/tcomb-form-native/index.d.ts' is not...

Topic: Ecosystem