Smile

Results 12 comments of Smile

``` function patchPipe(stream) { if (stream.pipe2) { wrapPanicOnErrorHandler(stream); stream._pipe = stream._pipe || stream.pipe; stream.pipe = stream.pipe2; stream.once('readable', patchPipe.bind(null, stream)); // 第66行,删除后正常使用 stream._plumbed = true; } } through.pipe2 = function pipe2(dest)...

问题大概定位到,升级Node 10以上版本,会出现。 解决方案: 注释上面的93行(保留66行) (全局npm目录)/node_modules/athena-html/lib/build/athena_mate/athena_plumber.js

@orchestor i'm sorry there is no some explanation db.js module is your mongodb config info like below. and i gitignore this module bacause it has pwd info.:smile: ```javascript module.exports =...

等百万英雄这个成熟后会加入。目前在做百度websocket接口的代理和GUI界面。

不好意思,这个已经很久没维护了。xiaohongshu也已经用了新的加密方式,抓不到数据了

西瓜现在是做个性化题了,目前建议只是拿来做展示,自己参考选择。 后续要做的是获取每一个机器的图片,分析选项,匹配最佳。 期望的效果类似如下代码,会有PRI,后续支持可配置对每个AI的信任度(未完成。。。) ` def add_result_baidu(self, index, makeup): """添加百度AI答案""" pri = 0 if makeup == 'yes_yes': pri = 1 elif makeup == 'weak_confirm': pri = 0.7 elif makeup == 'contradation':...

:bulb:可以再扩展一下:link preload也可以用于js提前加载,和上述两者的区别? 还有应用场景上的建议

1. search 'com.alibaba.weex' in you whole project. and relace with you new AppId 2. change path'platforms/android/app/src/java/com/alibaba/weex' dirName to 'weex/phonelife'

`text-chat-davinci-002-sh-alpha-aoruigiofdj83` available now~

恩 前端编译期压缩,通过nginx之类的走gzip,性能会更好