阿澈

Results 6 comments of 阿澈

从 https://www.tongfu.info/solve-openwrt-incompatible-with-the-architectures-configured-error/ 找到的解决方法 解决方法: 修改/etc/opkg.conf文件,把原来CPU型号列表增加不带d16行。 arch all 1 arch noarch 1 arch arm_cortex-a9_vfpv3 8 arch arm_cortex-a9_vfpv3-d16 10 再运行opkg install,包装成功。

i have the same issue

@fallenleavesguy 前些天遇到了类似问题,原因是 node_modules/rc-field-form/es/useForm.js中 ```javascript 783 var summaryPromise = allPromiseFinish(promiseList); 784 _this.lastValidatePromise = summaryPromise; // Notify fields with rule that validate has finished and need update ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^调用validateFields这里会被覆盖,导致下文出现outOfDate: true的异常。 785 786 summaryPromise.catch(function...

here is a simple way by adding a prepare method to the MiniqmtTrader class in miniqmt/miniqmt_trader.py ```diff diff --git a/miniqmt/miniqmt_trader.py b/miniqmt/miniqmt_trader.py index 29cd9ff..810dc11 100644 --- a/miniqmt/miniqmt_trader.py +++ b/miniqmt/miniqmt_trader.py @@ -203,6...

> miniqmt is great, I like. easytrader is great as well, but is currently not support to use miniqmt remotely. > > Would you please help to add remotely miniqmt...