eddiriarte

Results 5 comments of eddiriarte

Hi @wesleycho, im also still have problems with dynamic tabs http://plnkr.co/edit/fKrgrC1hA4PmU7d3xuY4?p=preview

+1 ...actually seems to be an error at `arangamani/jenkins_api_client` i've changed the file `jenkins_api_client/lib/jenkins_api_client/job.rb # line 608` (in vendor gems) with: ``` ruby def list_all list = [] response_json =...

module name should be 'browser-window'... I have errors with some other modules: 'nativeImage' -> 'native-image', 'menuItem' -> 'menu-item', 'childProcess' -> 'child_process', etc.... i forked the project and fixed them, its...

@remorse did you tried this in your config?: ```js { ... "smart_linebreak_after_curly": true, ... } ```

hi, thx, gonna try this tomorrow at work. just quick reviewed your code and I was doing something similar few lines before... but i was forced to divide the `ST_CONCAT`...