Yaman Abd
Yaman Abd
I do not think so, because the guide explains how to organize `CSS` and `HTML` code so also if a new section is added explaining how to organize the code...
I am using `tailwindcss` and `vitest` and facing an issue where if I am hiding an element using className it does not work, and I have configured `vitest` to parse...
@ioan-ghisoi-cko This PR already doing what I am mentioned in this [issue](https://github.com/checkout/frames-react/issues/44) could you review and merge it?
@amannn I love the idea next-intl was built with multi-tenancy support in mind, but I could not find any docs or issues explaining how should I set it up with...
I tried several ways to add the script but each time I run into unexpected error: used `nextjs/head` to add the script: ```tsx ``` but if I leave the page...
> @yaman3bd It looks like you are on an old version of Tailwind Variants. Please update to the latest version and then see if you can still reproduce it. @mskelton...
I really love the multi-tenancy support in mind for this library, but I am wondering if the tenant could change the default locale, and the supported locales also managed by...
the urls: the tenant can customize their domain to have their own domains smth like: https://courseintelli.com/ or have a subdomain from our root domain: it is: *.msaaq.net so: https://aglowingbrain.msaaq.net/ and...
> const tenant = await getTenant(request); this is really cool!, I did not know I could fetch data in the middleware! but if the tenant fetch returns 404 or 500...
> I see! Depending on your setup that could still happen, so the better choice is to not assign anything to global singleton instances. If you use `fetch` in pages...