Christoph Brill
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...
Successfully tested in a production app with jersey 2.27 and shiro-jersey 0.3.0-SNAPSHOT.
I'm not certain how to implement this (never did it myself), but maybe we could look at the code of how github implements it when browsing the source online.
First of all: I hope no package get's 200 tags ;-) How about additional [...] link to show all in a jquery-ui dialog? We could keep the "most important ones"...
I've tried looking into the v2 API and what would be needed to implement this. diyHue implements the v2 API (see https://github.com/diyhue/diyHue/blob/master/BridgeEmulator/HueEmulator3.py#L76) and it didn't look to complicated. Unfortunately I...
I've uploaded my (incomplete and untested) implementation of the GET /clip/v2/resource/light API to https://github.com/egore/hass-emulated-hue
The best solution from my perspective still is #490, though I did not yet have the time to look into it. Based on my (limited) knowledge the implementation seems usable...
For the time PR #490 is not merged, you can use the following repository to install this on your installation: https://github.com/cvele/hassio-repo. Please note that this is **not** the official addon....