keyiis

Results 22 comments of keyiis

The 18.2.0 has the same problem. `[19552:0510/143127.588:ERROR:gpu_init.cc(446)] Passthrough is not supported, GL is disabled, ANGLE is`

+1 ![qq 20170207005117](https://cloud.githubusercontent.com/assets/7766085/22656874/9addffe2-eccf-11e6-81f4-6e7c13b5af70.png)

@timocov I fork your repo and added compilerOptions,please check https://github.com/timocov/dts-bundle-generator/pull/189

@timocov I see what you mean, but my compilerOptions is dynamic and can't use fixed file description.

问题已经找到了,wepy集成文档需要修改 ``` onLoad () { const options = this.options; options.id = this.id; options.targetId = this.targetId; 下面如果按文档会报错,需要改成这样就不报错了 this.$ = new WeCropper(options); this.$.on('ready', (...args) => { this.$emit('ready', ...args); console.log('ready',this.$); }).on('beforeImageLoad', (...args) =>...

@lovell Thank you for your reply!i added `viewBox`,but still incorrect. svg ``` ``` result ![test](https://user-images.githubusercontent.com/7766085/102851319-740fc980-4456-11eb-9cf1-397d06a9822f.png)

Do you have a plan to solve the problem?

@bmayen I just did the test, just like you.

same issuse,i must add some code to fix it ``` return this.dataService.findAndCountAll('supplier', options).then(rst=>{ rst.count=_.get(rst,'count.length'); return rst; }); ```