Vladimir Timofeev

Results 35 comments of Vladimir Timofeev

Also `constructor` is React lifecycle method, it is also "generic" lifecycle method of any class in JS (if this class can produce objects of course). Making App subclass of React.Component...

> Why would you still want to use it? You can now use the JavaScriptCore library provided by the OS. Because different versions of iOS have different versions of JavaScriptCore...

I think, I've fixed it (partially, it only activate atom-ternjs functionality in all javascript contexts): - https://github.com/vovkasm/atom-ternjs/commit/84db1ebab4746935f5a3beca36a654ffda39dc95 - Activate in all source.js scopes (includes JSX) - https://github.com/vovkasm/atom-ternjs/commit/aff4ecca0c4696f3c4de9d6dc957d16f11fdf523 - Show context...

> The dev (@vovkasm) says he thinks he's figured it out Actually not (I was think that this issue can be fixed by run actual NSRunLoop to allow HIToolbox to...

Всем привет! @ghost355, если можете, проверьте пожалуйста версию [input-source-switcher 0.3](https://github.com/vovkasm/input-source-switcher/releases/tag/v0.3), теперь должно работать и в консольной версии MacVim. Проблема была в том, что MacOS X обновляет источники ввода для процесса...

Ok will do, but before I will try to eliminate the need to have xcode project files and duplicate build rules for macos... I hope that modern cmake versions should...

Progress report :-) Still WIP, current progress can be seen here: https://github.com/pwsafe/pwsafe/compare/master...vovkasm:feature/cmake-macos (I will rebase this branch periodically) Got something, but have some questions. 1. I did use features of...

Seems console can run application directly as described [here](http://stackoverflow.com/a/365062)

It seems like Android Studio Bumblebee no more reads shell environment from .zshenv/.bashrc/etc... files as a result it run gradle with system PATHs. Here bug report and some solutions: https://issuetracker.google.com/issues/216364005?pli=1...

I just try preprocess jest tests with this module and it seems to work well with small glue code. Although my test suite is small and I may not detect...