Kian Salout

Results 3 issues of Kian Salout

I've used the official X brand kit, scale it down and gave padding to the canvas to match other Boxicons logos for consistency. there is an open PR #642 which...

This commit refactors the `fetch` function in the `src/fetch.ts` file to add method aliases for common HTTP verbs. The aliases include `get`, `post`, `put`, `delete`, `patch`, `head`, and `options`. These...

I use serverSupabaseServiceRole() a lot on my server/utils and there is no need for the h3 event to be passed in most cases. here is what ai suggests: ```ts //...

enhancement