Tom Yeh

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

enhancement

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 ![Screenshot 2024-03-28 at 11 22 15 AM](https://github.com/dart-lang/markdown/assets/785688/da4ca53c-553b-481a-9568-a8a6c36001a1) ``` 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.