Anton Kulikalov

Results 5 issues of Anton Kulikalov

on `npm install` ``` npm ERR! node v4.1.1 npm ERR! npm v2.14.4 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm...

Hi! What is the canonical strategy to keep track of the whole project type checks real-time? If I make a typing mistake in a file, my code editor will highlight...

A few parser improvements: - [x] collapse empty sections when importing resume - [x] allow brackets outside phone numbers - [x] multi-line summary parsing - [x] collapse empty sections only...

I'm getting this warning: ``` 2016-02-14 09:53:21.996 ShareExtension[14223:1372925] Failed to inherit CoreMedia permissions from 14196: (null) ``` it happens right after i've clicked extenstion icon in Safari's ActionSheet. The app's...

``` javascript var CommentBlock = React.createClass({ mixins: [ParseReact.Mixin], // Enable query subscriptions observe: function() { // Subscribe to all Comment objects, ordered by creation date // The results will be...