Grégory Nain
Grégory Nain
The setAttribute task does nothing on EStructs, because the test 'instance of BaseNode' fails. Shall we test the element is a Container instead in the case that force is not...
The implementation of `MWResolver.batchInsert` does not insert anything yet. It should be completed for the V10 release
when the loop task is called like ```loop(0, 2, ```the is executed 3 times, with indexes 0,1,2 It would be better to have an api with, for instance: loop(, ,...
In case a task takes long to execute, and the user decides to cancel, it would be great to be able to abort a task execution.
It would be nice to have a connector to DynamoDB. At least it would be cool to try it, to see if we can use it for storage.
It would be great to have an action to extract values of attributes of a specific node, over a period. draft of API could be: node.extract(from, to, "value", "total") that...
Remove of the height reset on render. This fixes the height of the notification, and prevents having dynamic children (with variable height) to be displayed properly. Should also help in...
The following stack shows up in the console when booting the editor. ``` [Fatal Error] :6:3: Le type d'ᅢᄅlᅢᄅment "hr" doit se terminer par la balise de fin correspondante ""....
There exist a physical device composed of 10 modules. Each module can offer up to 5 actions (On, Off, Up, Down,Stop). When implementing a Kevoree component for this device, this...
This is a feature request from a colsed issue: "In addition, it would be good to be able to delete any element using the "delete" key of the keyboard." I...