fri3nd

Results 7 comments of fri3nd

@YounGoat @iwangx 项目安装一下 react-native-cli 这个package 就可以了,我在 moles-packer 源码中,加了一句 ``` yuancon.run('type react-native', { echo: true }); var ret = yuancon.run('react-native -v', { echo: false, cwd: OPTIONS.input }); ``` 结果发现 yuancon 调用...

@SmartKeyerror 十分感谢!

I mean if i use `// TODO(fri3nds|p1) 添加接口`,toodles happen with error. So i wish you can support `添加接口`

I use `docker run -it -v $(pwd):/repo -p 9001:9001 aviaviavi/toodles`。And in my project, there are some comments which like`// 新建cmd`,the error is ``` Running toodles for path: /repo /repo/pkg/command/cmd.go: hGetContents:...

@arzyu @kuitos git diff 查找修改嘛,该过的文件就走eslint,新增的文件走eslint,老代码不改的话,就说明代码质量不错,就不用去eslint的,渐进式提升代码质量!

I use 'gulp-cjsx' compile my *.cjsx files , and the compiled .js files are ok. But , in the complied .js files, ReactClass does not have the displayName property. Then...