Jeff Tian
Jeff Tian
Met the same issue with latest `grpc` npm package (`npm install [email protected]`). 
通过多次试验,将每一行最大长度限制在 60 字符,可以做到。 这个 commit 有一个改动就是限制了每行截取的字符数。  我在自己的几个项目中使用过,的确正好60页。
目前就是可选项,用原来的命令行参数就行。 如果要激活这个功能,需要在原来的命令行参数基础上多传入一个参数。 这个参数是指定要导出多少行代码,比如传Inf,代表导出所有代码。如果代码量超过3000,就会激活裁剪逻辑。 如果不传,还是原来的逻辑,导出前3000行。 获取 Outlook for Android ________________________________ From: Luxel Tao Sent: Wednesday, May 29, 2019 9:49:40 PM To: luxel/ramile Cc: Jeff; Author Subject: Re: [luxel/ramile] feat: auto cut...
更新了 README,对此进行说明: 
默认是这样,但应允许改写,保持灵活 获取 Outlook for Android ________________________________ From: Haoliang Gao Sent: Monday, August 26, 2019 6:25:02 PM To: eggjs/egg-onerror Cc: Jeff ; Author Subject: Re: [eggjs/egg-onerror] feat: allow customize isProd function...
看到 egg-passport 源码里有: app/extend/application.unittest.js 这个文件,mock 了 ctx.req.isAuthenticated 等方法,我先试试这个方案看。
在项目里添加了 `application.unittest.js` 这个文件,仍然不行,似乎无效……
Wait for this functionality...
I use `https://travis-ci.com` and also met this error: ``` ➜ semantic-release-cli setup ? What is your npm registry? https://registry.npmjs.org/ ? What is your npm username? jeff-tian ? What is your...
Made a working typescript seed project of writing react-component using nwb: https://github.com/Jeff-Tian/uni-alarm But the tests are still pure js, though.