Results 4 issues of cuihu

in pixel.coffee pixel.putPixelRelative define nowLoc but then ,why there is newLoc?

不应该是添加prototype中的方法后无法被继承 虽然js的继承本来就不伦不类,但起码的设计准则还是有的 这个缺点我认为是其无法做到面向对象中对类的方法的定义,而只能将方法作为属性被继承下去,这样的话parent中存在一个方法,child中存在了一个一摸一样的方法,但却需要占用两个内存空间

manage.compressImage函数写的有逻辑问题吧,两次调用canvas.toDataURL是有性能问题的,在iOS上效果不错,在小米6上卡顿比较明显

### What problem does this feature solve? filter any data ### What does the proposed API look like? export interface FilterRule { filterKey?: string; filteredValues?: unknown[]; filterFunc?: (row: Record) =>...