hzgotb

Results 6 issues of hzgotb

我正在使用这个库开发app,在文档不齐全的时候只能去找demo,然后结合自己的理解去开发。深深感觉到文档对一个开源库的重要性。 我可以为这个项目贡献一部分时间。 希望能pr一个新分支作为文档的开发分支。

help wanted

for below example will tell me `'this' implicitly has type 'any' because it does not have a type annotation.ts(2683)` ```ts const b = knex.select().from(function () { return this.select().as('a'); }).toQuery(); ```

OnionMiddleware 的 next 应该是返回一个 Promise,这样在 ts 中 await 时就不会提示`'await' has no effect on the type of this expression.ts(80007)`

1. 如果在 closeMethod 前设置 close = true ,那么如果 cloaseMethod 执行失败时,close 的值就是错误的。 2. close需要将用户定义的_close方法的返回值返回,以便于用户有关于返回值的操作。 ## Summary by CodeRabbit - **Bug Fixes** - Improved the handling of the close operation, ensuring that...