Fangzhou Li

Results 18 comments of Fangzhou Li

Maybe an extra option can be added to set whether `unmatch()` should be triggered on initial pageload.

你好!我考虑加一个 `clear` 事件,应该可以满足要求。

Thanks for your feedback! I'll look into this.

- 昵称备注 这个理论上可以做,但是要考虑框架结构,需要实现扩展后台和前台之间的双向通信,当用户在前台设置好备注名字之后,需要把数据传递到后台并同步到云端;而后台也需要及时把云端数据推送到前台。 - 好友生日提醒 因为没有 API 服务器支撑,只能靠暴力解析的方式逐一获取好友生日,这个对资源的消耗太大了,得不偿失。因为好友列表是不固定的,用户的生日也应当定期做更新(不能读取一次后就永久缓存)。 - 关注与取消关注提醒 前者实现了一半(也就是不会显示名字,只有数量);后者永远不会实现。 - 在用户页面显示该用户是否已关注自己 已经实现,但目前采用的是很笨的方法。曾经有人提过可以利用 API 服务器的漏洞一次性获取关注关系,鉴于现在饭否 API 系统已经几乎不再修正 bug,或许可以考虑利用一下这个 bug。

@maxirozay Hi Maxime, thanks for your reply. My actual use case is that, I was not rendering a list inside ``, but some different components . And I was not...

@shinriyo See: https://github.com/vuejs/vue/blob/504d5da7eff1c77117c2f57b0c4238e56de80fc5/src/platforms/web/runtime/components/transition-group.js#L80

create-event has a bug in phantomjs: https://github.com/KenanY/create-event/issues/35

I think we could outsource the work to this module https://github.com/KenanY/create-event ?

These days I have spent some time reading the source code of [triggerhappy](https://github.com/Knape/triggerhappy). It provides a lots more features, including touch events testing. I think we can learn something from...