Skip to content
#

handbook

Here are 176 public repositories matching this topic...

Liyankuan
Liyankuan commented Jan 2, 2019

麻烦指导,谢谢
版本和配置信息

ubuntu@vm-1-10-ubuntu:~$ kubectl version 
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:39:04Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCom
gucong3000
gucong3000 commented Aug 10, 2017

很高兴见到ghooks被加入到项目中来,我想为本项目安装更多的linter,@doyoe ,请确认一下哪些是你愿意接受的。

  • eslint js代码静态错误分析与风格检查 http://cn.eslint.org/
  • stylelint css代码错误分析与风格检查 https://stylelint.io/
  • eclint 文件代码风格检查(换行,缩进,文件字符编码等) http://editorconfig.org/
  • gulp-reporter 针对以上工具的错误报告
    • 只汇报新增错误的功能,老错误不阻止git提交
    • 错误归咎功能,错误的作者非当前用户时,不阻止git提交
yoshuawuyts
yoshuawuyts commented Jul 30, 2016

This is the chapter overview to make people intimately familiar with choo's
async model. As parallel asynchronous programming is amongst one of the hardest
things to get right in programming, I think it's important to provide people
with a comprehensive guide. Feedback is very welcome! 🎉

Section overview

  • talk about why async is needed (the hamburger joint model)
  • base async pat

Improve this page

Add a description, image, and links to the handbook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the handbook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.