Deng Ruoqi

Results 7 issues of Deng Ruoqi

Sometimes we may just want to record current callee, then we set `Error.stackTraceLimit = 1`, so make it configurable.

RT. The error messages show below: ``` ReferenceError: __line is not defined ReferenceError: __stack is not defined ReferenceError: __stack is not defined ```

I'm building graphQL service with [graphql-tools](https://github.com/apollostack/graphql-tools) which is a awesome tool that allows us do type definition with the [graphql schema](http://graphql.org/learn/schema/). I think it's better than just using api(e.g. [the...

Re-submit a PR. The [former PR](https://github.com/ali-sdk/ali-rds/pull/3) seems to meet some problems.

enhancement

### Describe your problem First of all , Great job, thanks! Just being curious, is there any unit test code in this project?

Feature

Currently, `_size` and `_limit` is incorrect when `options.array` passed in constructor unless you set it explicitly. This PR will auto set it according to the `length` of `options.array`.

https://github.com/node-modules/qps/blob/master/index.js#L55 `>2000`是怎么得出这个边界的?