Leiyin Lin

Results 9 comments of Leiyin Lin

> 可不可以理解 为 观察者模式没中间商赚差价 > 发布订阅模式 有中间商赚差价 确定是赚了差价吗,应该算是亏本买卖吧,毕竟有投入的

> 我觉得现在的情况该研究研究了 技术上讲 对大部分miner 启动时传递http_proxy\https_proxy环境变量应该就可以了? +1,万人血书

And I used the easyest napi demo hello-world , just like : https://github.com/BugbearR/node-napi-hello.git

我也是。暂时 1,把external - react 去掉。 2,把src 指向 npm里的umd。 2选1,dev和prd都能测通。 但如果本地指向bootcdn的umd production确实就会卡。看了官方目前recoiler暂时也是experiment,不知道和他的自定义容器有没有关系。

#init里 增加对ChatSet的支持 chatObj=dic['ChatSet'].split(",") for i in range(len(chatObj)): if chatObj[i][:2]=="@@": logger.debug(chatObj[i]) self.group_list.append({'UserName':chatObj[i]}) #get_contact里注释掉self.group_list=[]

```js + const neOps = [')',']','}']; + if( neOps.includes(char) && ( !stack.length || char !== map[stack.pop()])) ```

+1 我碰到相同的问题,项目被type:module限制住了,但是一放开,还有很多地方要调整

i met the same problem. I have to use css syntex without scoped in component project, but it may invoke other repeat css name problem