Max Mykhailenko

Results 22 issues of Max Mykhailenko

Your bower file have these dependencies. "dependencies": { "angular-ui-bootstrap-bower": "~0.6.0", "angular": "1.2.0-rc.2", "font-awesome": "~3.2.1", "bootstrap-css": "~3.0.0" } I have already installed less version of bootstrap and I don't want download...

chore

Write DB file only when it really necessary, not every file save

ST API problems

TODO - [ ] Branch time tracking - [ ] Branch interval tracking - [ ] Check empty intervals problem (slow machines startup time) - [ ] Work several days...

enhancement

Goto declaration works good with simple function, but don't understand bind and jsx syntax. In ST3 works fine. http://quick.as/jb4VSmgam http://quick.as/rd4vfba8z

I use sublime with gorgeous [GitSavvy](https://github.com/divmain/GitSavvy) and I have some problems with syntax highlight when want to view git diff. ### Describing image with git diff and example of scope...

enhancement
feature

Is it possible to add indication for all asynchronous user actions. For example: fetch, push, merge? There is no indication in status bar or inside text interface and I don't...

After `All Completed :)` I got this ``` /.../node_modules/dploy/lib/deploy.js:791 con.closed.add(function() { ^ TypeError: Cannot call method 'add' of null at Deploy.module.exports.Deploy.removeConnections (/.../node_modules/dploy/lib/deploy.js:791:22) at Deploy.removeConnections (/.../node_modules/dploy/lib/deploy.js:3:61) at Deploy.module.exports.Deploy.nextOnQueue (/.../node_modules/dploy/lib/deploy.js:663:19) at /.../node_modules/dploy/lib/deploy.js:306:22...

Hello. From this error I can't understand what exactly I should fix. I don't know what is type [1] and type [2] without context and can't goto their definitions. How...

I found issue similar to my #32, maybe you already know how to fix it. Cursor at line 4 and I tried to write `const`

Tern settings ```json { "tern_argument_hints": true, "tern_output_style": "tooltip", "tern_argument_completion": true, "tern_arguments": ["--no-port-file"], "tern_command": ["tern"] } ``` .tern-project ``` { "ecmaVersion": 7, "libs": [], "dontLoad": [ "node_modules" ], "plugins": { "complete_strings":...