Rizky

Results 54 comments of Rizky

also, onDoublePress and onDoubleTap does not work...

If you need hot reload, do this: ```typescript const assetServer = Bun.serve({ static: { "/": index, }, fetch() { return new Response(null, { status: 404 }); }, port: 3001, });...

![Image](https://github.com/user-attachments/assets/27fd8c94-0e77-406e-b1f4-5454c52bd61b)

I just created a windows app to do this, It will copy the current screenshot as path, and you can ctrl+v to claude code: https://github.com/rizrmd/shotpath