Sonic

Results 6 issues of Sonic

最新3.8.1版本 09:48:23.073 文件查找失败:'@antv/util/lib/array/merge' at node_modules/@antv/adjust/lib/symmetric.js:10 09:48:23.073 文件查找失败:'@antv/util/lib/math/max-by' at node_modules/@antv/adjust/lib/symmetric.js:5 09:48:23.084 文件查找失败:'@antv/util/lib/type/is-array' at node_modules/@antv/adjust/lib/stack.js:3 09:48:23.084 文件查找失败:'@antv/util/lib/type/is-array' at node_modules/@antv/adjust/lib/symmetric.js:7 09:48:23.095 文件查找失败:'@antv/util/lib/type/is-nil' at node_modules/@antv/adjust/lib/stack.js:5 09:48:23.281 ERROR Build failed with errors. 看了一下是引入的工具函数目录@antv/util/lib下没有type这个文件夹 var isArray...

小程序端设置fly中的options配置项的reponseType(默认为text)为arrayBuffer无效,返回数据类型打印之后不是ArrayBuffer而是String, 小程序端亲测有bug,希望增加对小程序端reponseType:'arrayBuffer'的兼容,而小程序wx.request设置是有效的,fly里边设置无效

使用path-browserify之后还是会报错process is not defined, ReferenceError: process is not defined, 应该是path-browserify里的resolve方法中还是用到了一个process.cwd()的方法,导致报错

代码中这部分算得上核心代码了吧,但是一句注释都没有,大神可否讲解下步骤和思路呢, 像是关键的 `this.currentTime > imageTime - 200 && imageTime + 300 >= this.currentTime` `this.currentTime > imageTime && imageTime + 500 >= this.currentTime` imageTime这些变量和判断着重说明下吧,看起来实在是麻烦 ` this.opacityTimer = setInterval(function () { let...

up-text/u--text组件在uni-app vue3(setup) 中编译到微信小程序设置color颜色属性没有生效, 还是默认配置里的color值, 感觉是父组件传递的color属性没有覆盖默认配置里的color属性

**问题描述** up-text组件设置颜色属性color无效,使用vue3 setup composition api **复现步骤** 复现该行为的步骤: 颜色是默认的#303133颜色,并没有被传递的props属性color值所覆盖生效 页面使用vue3 compoistion api setup语法 **预期行为** 颜色生效 **版本(请填写以下信息)**: - HBuilderX:[4.24] - uview-plus:[3.3.31] - 开发者工具版本:[微信开发者工具1.0.6]