Yiheng
Yiheng
> @ianzone , could you share the use case? Do you need an ability to continue some of the jobs while breaking the pipeline on others? Currently, if any "run"...
> @ianzone , that’s the default behavior if you don’t specify `piped: true` option. Maybe without a message, but there’s a [`fail_text`](https://lefthook.dev/configuration/fail_text.html) option for that. Do you have `piped: true`...
> 为什么跑测试还会把机器卡死? 因为jest占用资源过多
同学可以把测试文件改为 vitest 的吗?路径为 `tests/index.spec.tsx` jest 将被移除
兄弟可以把测试文件改为vitest的吗?路径为 `tests/index.spec.ts` jest 将被移除
> You can use `app.on` It doesn't work. Considering code ```ts import { Hono } from 'hono'; const app = new Hono(); app.on('CONNECT', '*', async (c) => { console.log('HTTP CONNECT:',...
> Sorry, please try to rewrite to lower case same result
> Can you intercept request? (Use app.all) That's my first attempt.
That's why it's a feature request.
可否换成 [rslib](https://rslib.rs/zh/guide/start/)?它基于rspack并且专门用于库开发