jsoncode

Results 10 issues of jsoncode

移动端显示时,非常模糊,对比了tradingview,好像缺少了backingStorePixelRatio的判断。 还有一个bug,如果把默认显示的ma先选择为none,则有时候k线会消失,如果整屏都是一个价格的话

``` $(document).dialog({ type: 'alert', overlayClose: true, content: '' }); ```

两个空页面,其中一个加入banner组件后,多次切换这2页面,几次之后,就崩溃了,毕现。

![微信截图_20240116224900](https://github.com/TencentARC/PhotoMaker/assets/13176273/ccfe48f8-1428-4c6e-9b21-2eb6663474e4) ![2](https://github.com/TencentARC/PhotoMaker/assets/13176273/5341d464-28c4-4697-8f58-8b197b82c265) There were various errors reported in the process, but they have all been resolved. After startup, except for the prompt words, everything else is the default. It's been...

``` var app = new Vue({ el: '#app', data: { demo: 'abc' }, methods: { openUrl: function(event) { console.log(event); } } }); ``` 以上代码会正确执行,并打印出相应信息。 ``` requirejs(['vue.min', 'vue-tap'], function(Vue, tap) {...

iphone中new Date('2016-09-01 19:00:00')会报Invalid Date错误, 必须写成new Date('2016/09/01 19:00:00'),

ios 9.3.5 typeof XMLHttpRequest='object' ,not 'function', wf!!!

MLCChat failed Stack trace: org.apache.tvm.Base$TVMError: ValueError: Error when loading parameters from params_shard_22.bin: [20:57:18] /Users/kartik/mlc/tvm/src/runtime/relax_vm/ndarray_cache_support.cc:193: Check failed: this->nbytes == raw_data_buffer->length() (33431552 vs. 26896273) : ValueError: Encountered an corrupted parameter shard. It...

bug

![a3dcad6ce405f075554e83886e03832](https://github.com/HumanAIGC/EMO/assets/13176273/15240c40-313d-4261-91df-3c6dd604ebf3)

按照github readme操作之后,报错如下: 环境说明: 系统:win11 cuda版本:12.4 显卡:nvdia 4090 24G ``` 2024-12-16 20:49:48 | WARNING | infer.modules.vc.modules | Traceback (most recent call last): File "D:\code\open\Retrieval-based-Voice-Conversion-WebUI\infer\modules\vc\modules.py", line 188, in vc_single audio_opt = self.pipeline.pipeline(...