Vincent Wang

Results 8 issues of 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...

feature

since android device is so popular now, running sedona on android device will be pretty helpful.

feature

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,...

feature

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...

feature

currently user can install/uninstall the Weblet's containing kit to enable/disable it. A property(maybe action?) slot should be convenient.

enhancement