Fauzan

Results 196 comments of Fauzan
trafficstars

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.

![Screenshot 2022-10-31 024402](https://user-images.githubusercontent.com/50759463/198898428-96b7dd76-e3d9-4891-9dfa-68f79b246076.jpg) 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......