Fahd Ashour

Results 12 comments of Fahd Ashour

if you have an existing project and you don't want to init again: you can go to **components.json** change ` "tailwind": { "config": "tailwind.config.js",` to ` "tailwind": { "config": "tailwind.config.ts",`...

@iCrawl can you take a look at this PR?

I'm pretty sure that the solutions is not that straightforward, so, i can make use of your help to explain the problem more clearly for me

I can work on that! i'll need guidance working through this too, i checked out the slack channel and i couldn't sign in

@adityasaky signing in from the slack link in [the community repo](https://github.com/gittuf/community/) gives me this ![Image](https://github.com/user-attachments/assets/6ed848c2-707d-444a-bca7-73193ae66e19)

Right now the feature is just a copy-paste from the `printf()` implementation. I know there is a better way to implement this [(since `format` is just an interface for `printf`)](https://sqlite.org/printf.html#overview)...

@Pavan-Nambi Thanks Pavan! That'll do it i guess?

> Thanks! Could you add some tests? Thanks @jussisaurio! but wouldn't the tests in https://github.com/tursodatabase/turso/blob/71715c22619cf132d55a6cfdb526c9b95b160fa3/core/functions/printf.rs#L255-L646 be enough? I just added an alias for the same function. or do you mean...