Alex.Sun

Results 9 comments of Alex.Sun

提了个PR,请老板笑纳

> 小程序已经提供ci工具,参考https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html 没有开发工具自带的ci方便: 1. 需要每个小程序配置private key,小程序多的场景太麻烦; 2. upload功能还是需要人工介入扫码,不利于无人值守自动化;

> 你的docker镜像能共享用下吗,我昨天打包后,没法启动cli,会显示端口未开启([https://github.com/cytle/wechat_web_devtools/issues/259)](https://github.com/cytle/wechat_web_devtools/issues/259%EF%BC%89) 我没有build docker镜像,我是直接在已有的container里直接update的,参考:https://github.com/zjsun/wechat_web_devtools 步骤: 1. 覆盖更新容器内bin目录所有文件(使用我fork的库); 2. 执行 ./bin/update_package_nw.sh 3. 修改/wxdt/nwjs_v中版本号(我的是0.38.4),然后执行 ./bin/update_nwjs.sh 4. enjoy...

另外,我的这次PR将源码中的老版本package.nw目录移除,详见README.md说明更新

楼上走在前沿的大佬们,你们是如何升级到最新的?问题解决了吗?

I'd never changed the source structure, only added some 'interval' related options like "quarterly" etc. How could I pass the build and e2e-tests?

> I took a look at the implementation of this feature and despite the categories showing up properly in the UI, the logic behind them seems to not work properly....

Maybe return java.sql.Statement#SUCCESS_NO_INFO?