Tom Yeh
Tom Yeh
@close2 I fixed #152 by encoding name to utf-8+base64. Note: 1. It doesn't support 2.12 yet 1. I introduced `Address.sanitizedName` and `sanitizedAddress` for application to override (which I need it)....
An interface that user can monitor when a connection is started, and when it is ended.
On the other hand, the older version (http://rikulo.org/resource/js/examples/index-angryhead.html) runs smoothly.
The mobile device (supporting touch) doesn't support the dblclick event. It is better to have DoubleClickGesture to handle it transparently.
For example, 10pt + 10px shall be converted px well.
- Fix #601: INPUT is not placed correctly if the list items are separated by blank lines --- - [x] I’ve reviewed the contributor guide and applied the relevant portions...
Example, ``` - [ ] A - [ ] B ``` generates  ``` A B ``` Rather, it shall be ``` A B...
As shown in the test case, `_escape()` may prefix `_` with `\` mistakely for URLs. I adjusted the regular expression to ignore URLs.