Qian (Stanley) Xu

Results 25 comments of Qian (Stanley) Xu

@awkale Here is a live example with the latest angular 1.6.9 https://codepen.io/stanleyxu2005/pen/dmoywj

很多时候一些技术落寞了,是受时代的局限,不能说那些技术本身不好。说不定html component的精髓会在不久的将来以另外一个形式回来。

@lizheming 经典桌面应用时代,mfc或者vcl都是mvc分离的。组件的独立性非常强。也没有见到事件交流和数据交流有多复杂。以前web的很多控件能力不强,现在这方面的劣势已经没有了。只要用桌面应用的思路能玩转,其他的领域想必是可以推广出去的。

It seems that the active development is now moved onto Angular 2 code base. To be honest, there are a number of PR out there. Hope the dev team can...

我也遇到类似问题。(vue-cropper =v0.5.0) 1. `full: true`。(输出尺寸没有变化) 2. 没有进行剪裁。 如果质量用默认值1,原图276kb的jpeg会变成994kb。 如果质量用默认值0.95,原图276kb的jpeg会变成386kb。 所以我也有点疑惑了。照例说,jpeg是有损压缩。保存一下质量损失一点。 为什么会在有损失的情况下,文件反而变大了。

> 我也遇到了这个问题,原图的size: 120903,裁剪后的size: 353700,来这里找答案,你们怎么解决的? 如果问题解决不了,就在剪裁之后做大小比较。对于文件变大的情况,继续用原图保存吧。

@jaimindp Could you be more specific, how the inline text should look like? I would recommend you to wrap the Checkmark and your expected display text as a composite component,...

Sound's like a good idea ;-) Added to my backlog.

Instead of a boolean switch `minify: bool`, it'll be great, if there could provide a callback, to determine how to deal with comments. Below is how `cssnono`s way to preserve...

This PR has been pending for so long. Dear Dev team, could you please consider review the change and merge into upstream?