Feri Irawan

Results 8 comments of Feri Irawan

@knowbody Thank you bro! 👍🏻

> Thanks @krapnikkk for finding the cause. The code wouldn't always work in all cases because it assumes `background-image` isn't the first style property. I have come up with a...

I have installed `FontZoomer` but it still doesn't work @bajrangCoder https://github.com/deadlyjack/Acode/assets/57158078/455e8572-416f-4c4d-8681-d876af065e31

Is Prisma Studio available for Turso now?

i have same problem, ```ts client.on("message", (msg) => { console.log(JSON.stringify(msg, null, 2)) if (msg.body == "!ping") { client.sendMessage( msg.from, new Buttons( "Hello", [ { id: "btn-1", body: "Button 1" },...

Buttons only work on official WhatsApp API

This problem is caused by undefined env variables, not libsql, to fix this make sure the env is added on the server and call it the right way. This solved...