Christoph Brill

Results 3 comments of Christoph Brill

I've been using it like this in Gruntfile.js: var sonar = require('sonarqube-scanner'); module.exports = function (grunt) { grunt.initConfig({...}); grunt.registerTask('sonar', function() { sonar({ serverUrl: '...', options: {...} }); }); }; Afterwards...

Nice hack, I was unable to figure it out due to time constraints.

If I understood this correctly for me it started happening after using meld on differnt monitor layouts, i.e. using it on the second monitor, detaching the macbook from it and...