Ivan Starkov

Results 23 issues of Ivan Starkov

https://github.com/babel/babel-eslint/issues/267

Got this output on install, OS: macOs 10.12 ``` Installing “[email protected]” failed.Hide output… > [email protected] install /private/var/folders/xz/yh_5my3x68s4cfs404w17lw00000gn/T/apm-install-dir-1161014-42044-1spblhb/node_modules/git-projects/node_modules/git-utils > node-gyp rebuild CC(target) Release/obj.target/libgit2/deps/libgit2/src/annotated_commit.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/attr.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/attr_file.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/attrcache.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/blame.o...

Atom 1.3.2 OSX Open atom, ctrl-alt-o, select any project, switch to new atom window, close project, causes ![image](https://cloud.githubusercontent.com/assets/5077042/11928097/1b34f7ec-a7e2-11e5-940e-ae772202dafc.png) (The same is for Atom Project plugin)

This code lines https://github.com/graphql/graphql-js/blob/16009cbcb0109da03f2157a868817b886801095a/src/error/GraphQLError.js#L189-L196 cause serious performance degradation in case of node used with sourcemaps. For example dataloader fail on reading list of N nodes can cause N*100ms delay. Explanation:...

In order of this https://github.com/acdlite/flummox/commit/8f0338d5e13278b82e1c5358a00b9095bfb0cf02

simple example ```javascript const insane = require('insane'); console.log(insane('test')); ``` Running this under node gives `test` see https://repl.it/repls/CloseMassiveArchitects And running this under browser gives `test` see https://codesandbox.io/s/k3ql74k5y5 This causes an issues...

We use mockery also to mock requires on `css, svg` and all other files which we include using webpack loaders. It's more faster than precompile tests with webpack (and also...

Example: ```ts import * as csstree from "css-tree"; const ast = csstree.parse("blur(4px)empx", { context: "value" }); const matchResult = csstree.lexer.matchProperty("filter", ast); console.log(JSON.stringify(matchResult)); ``` Result JSON ```json { "matched": { "syntax":...

syntax

Example for retina display http://codepen.io/anon/pen/mxjKC