drag0n-app
drag0n-app
v0.6.6 still showing the same error
SQLite only supports one writer at a time per database file. If many threads and/or processes write the database at the same instant, will cause database table is locked!
same issue on 5.3.0
> same issue on 5.3.0 install the dev version resolve this problem npm install -g github:Unitech/pm2#development
我也想要其他数据库(例如CustomerService),看了源码,需要写对应的偏移,不知道怎么搞
@ttttupup 数据库句柄是用Cheat Engine来找吗?请指教一二
> I am facing the same issue on `AbortSignal.timeout` as @uxmaster on the latest bun canary build (`1.0.20+05984d405`) as well. > > See also #7512 and #7513. I'm in China...
I'm really looking forward to how this new feature can help me be more productive at work.
This is an excellent suggestion. The built-in Cache middleware should support Node.js and Bun environments to minimize differences. The default storage is an in-memory adapter, with support for Redis, Filesystem,...
> I commented before: [#3857 (comment)](https://github.com/honojs/hono/issues/3857#issuecomment-2834057938). I think it's better to implement this into [honojs/middleware](https://github.com/honojs/middleware) as an independent package like `@hono/universal-cache`. If someone does, I'll review it. @lord007tn @nferreira1 Can...