chaucerling
chaucerling
在 onShow 和 onChange 中都无法修复 ``` chart.tooltip({ showTitle: true, layout: 'vertical', onShow: (obj) => { obj.title = obj.title + 'kg' }, onChange: (obj) => { obj.title = obj.title + 'kg'...
F2 Version: 2.2.0 片段代码(先执行npm install及构建): https://developers.weixin.qq.com/s/IqADgEmJ7dgJ 只执行 `chart.changeSize(null, height)` 改变图表高度,变化后的宽度和高度都不正确 先执行 `chart.get('canvas').changeSize(null, height)` 或 `chart.get('canvas').set('height', height)` 改变 canvas 高度后,再执行 `chart.changeSize(null, height)`,变化后的宽度和高度也是不正确 尝试获取 canvas dom 对象改变高度后,再执行 `chart.changeSize(null, height)`,变化后的宽度和高度正确
我是用原生的 weappx-weapp 和 weappx,出现问题的代码是在page里直接修改了 state 的值,这段代码在微信小程序是没有报错的。调试后发现,其他的直接修改 state 的代码也是有同样的问题,state 里的value 值调用了Object.freeze,Object.seal 或者是 Object.preventExtensions 把对象设置为不可修改。 ```js app.dispatcher.searchOption.setParams(); let option = this.data.searchOption.params; option.page = 0; ``` ``` Cannot assign to read only property...
类似这个项目https://github.com/douzi8/wxToAlipay/tree/8047bb809f32a2c882f24a5584b264018e91b1ab/lib/js 能自定义mapping,封装微信和小程序的差异
https://github.com/tolerance-go/weappx/issues/24
the method in [validating-a-serialized-array-syntax-1](https://github.com/brycesenz/validates_serialized#validating-a-serialized-array-syntax-1) should be `validates_array_values`
https://bgm.tv/subject_search/%E6%84%9F%E8%AC%9D%E7%A5%AD?cat=3 
**Describe the feature you'd like** Qdrant is support hybrid search https://qdrant.tech/articles/hybrid-search/