Vincent Wang
Vincent Wang
under select mode, the container div's width may be changed, fix this issue
A weblet instance can be run multiple times at the same time, so payload can not be stored in weblet instance for potential concurrency issue. to fix the issue, precreate...
WebSocket can make data communication between sedona and HTTP client(event non HTTP client) faster, that will make dashboard like application to present sedona data on UI and send control command...
since android device is so popular now, running sedona on android device will be pretty helpful.
This task will implement Haystack sedona kit. I think maybe we should split it into several tasks. More details about Haystack: http://project-haystack.org/ Open source implementations: - Java: https://bitbucket.org/brianfrank/haystack-java/src (Brian Frank,...
In almost every decent kit, there will be some methods for string processing: endsWith, startsWith, appendStr and more. It's better to make a string utility kit to collect all these...
currently user can install/uninstall the Weblet's containing kit to enable/disable it. A property(maybe action?) slot should be convenient.