-
I was reading an article on https://github.com/HEADS-project/training/issues/95 and found something interesting.
However, when I wanted to follow the instruction you guys provided, the website https…
-
After generating code with HEADS IDE I got the following error:
I this on your table, Brice?
```
HomeGWLightController_lightSwitch (LightSwitch): ZWave?nodeReady(3, [object Object])
HomeGWLightCont…
-
Hi,
Installed the new version of the eclipse plugin today, and then I got when trying to compile nodejs/kevoree:
```
********************************************************************************
…
-
It would be useful to have initialization on properties definition. I am thinking of making it mandatory (like in scala).
-
To whom it may concerned,
Thanks for taking time to read my post. I am trying to do somework on extending ThingML for my purposes, and noticed that there is a project about how to read ThingML model.…
-
Is the following code valid?
```
function charToInt(c : Char) : Int8 do
return c - 48
end
function intToChar(i : Int8) : Char do
if ( i > -1 and i < 10) return i + 48
…
-
Port mapping and serialization between KevoreeJava and KevoreeJS component generated from ThingML should be aligned so that we can easily connect ThingML/KevoreeJava and ThingML/KevoreeJS component
-
Hello,
I'm trying to add the Maven dependency within IntelliJ with no luck. I've used various search terms including bglib-protocol, bgapi, org.thingml, etc. and nothing is available. Am I missing so…
-
- [ ] leverage Kevoree callbacks when we can identify (possibly with an annotation) a request/response pattern on a port
- [X] enable coarser grain Kevoree components (wrapping a set of ThingML things…
-
It seems the latest HEADS IDE still uses old ThingML plugins. Installing the ThingML update site manually and installing (updating) ThingML did install the latest version of ThingML. It is thus a prob…