Henning Treu
Henning Treu
Did the comments have any effect? Please post your sitemap if the problem still exists.
Please provide more information: node version, npm version, stack trace.
I will have a look into it. Since I don't own a RGB lamp myself this very well might be a bug.
since I don't own any RGB lights I did a test with the [Hue-emulator](http://steveyo.github.io/Hue-Emulator/). The colours are exactly like I tell Siri in the command. Thus "change the color to...
I can not reproduce the problem. When I start with your command line I get the following output: ``` > [email protected] start /Users/henning/Documents/hacking_dev/OpenHAB-HomeKit-Bridge > node index.js start "--name" "Test" "--server"...
It certainly is: Before #6284 the `ScriptEngineManagerImpl` could start creating script engines even when ItemRegistry was absent. Now it depends on `ScriptExtensionManager` which in turn depends on all `ScriptExtensionProviders` (although...
Yes, there is the chance that the `ScriptEngineManagerImpl` starts script engines without the `DefaultScriptScopeProvider` being injected into the `ScriptExtensionManager` since it is part of the dynamic list: > all ScriptExtensionProviders...
@Hilbrand I just realised you entered the original issue. Let's continue here.
I can confirm the problem also exists with Eclipse 2018-09.
Thanks @Tony-Hu for pointing out this huge feature gap. I did take a first look at JSON P and it seems to be "just" a very low level JSON API...