Fauzan
Fauzan
Use AI to generate those **available** video IDs, that is unbelievable works!
I wish we could add a test to this to prevent future changes to the same, but it seems quite difficult to implement. So I'm OK with the current changes.
 In my case `rust-analyzer` was only working on one folder, is it related?
In React we can do something like this @yusukebe : ```ts import { ChangeEvent } from "react"; const validateField = (event: ChangeEvent) { console.log(event.target.value); } ``` I think it's something...
As an alternative we can use type guard or type annotation: ```ts import { ChangeEvent } from "react"; const validateField = (event: Event) { console.log((event.target as HTMLInputElement).value); } ```
Can you provide the example usage for OpenRuntime to work with Hono?
I believe there' should be no issue since this changes only contains addition. AFAIK side effects from injectScope addition is okay.
Please wait for the reviews, we are have a lot is going on in our plates. :))
I'd undo my reviews because core maintainer already reach out your PR.
@janpio this is still not solved in Bun, same reproduction as thread owner Confirm that .env already filled -> insert not working root@02fab7ab7a19:/usr/src/app# bun run prisma/seed.ts 🔐 Loading environment variables......