Vladimir Kapustin

Results 24 comments of Vladimir Kapustin

Saving the alignment.py and then reloading ST helped me only once. Is there another way to fix it? Win7 x64, ST build 2216 portable

Saving the alignment.py and then reloading ST helped me only once. Is there another way to fix it? Win7 x64, ST build 2216 portable

I'm not sure why you use `console.log` as a base object for this module. The docs do not suggest any use for that. I changed `console.log` to `{}` here https://github.com/jonschlinkert/log-utils/blob/57283513c63bdb97ec733669879c3b257ce4b770/index.js#L11...

Hi @doowb To pass the tests I have to use an empty function instead of an object. If I ignore the first test checking for the type of the module...