Yusuke Wada
Yusuke Wada
Hi @HeyITGuyFixIt I'll check the details later!
Hi @HeyITGuyFixIt You can use this test: ```ts describe('Credentials in signed cookie', () => { let handlerExecuted: boolean beforeEach(() => { handlerExecuted = false }) const app = new Hono()...
Hi @Code-Hex ! What do you think about this PR? If you can, could you review it? I pasted my test code above, but I'm not sure it's enough.
Hi @HeyITGuyFixIt Thank you for changing. And last things. Can you do the two following things? * `bun run lint:fix && bun run format:fix` * `bun run denoify`
You can see more details in #2291.
Fixed by #2592
Hi @eltociear ! Thanks! Looks good. One thing: could you run `bun run denoify` or `yarn denoify` to generate a file for Deno and git add&commit&push it.
Hi @eltociear I've denoified by myself. Now, we can merge it. Thanks!
Hi @NicoPlyley, Thank you for raising the issue. This is related to #2249, #2313. I'm thinking about this a long time. We are going to resolve this issue soon.
@bingtsingw Yes. I want to make it not global in the future. The following way should be recommended: ```ts // factory.ts import { drizzle, DrizzleD1Database } from 'drizzle-orm/d1' import {...