dsijakovski98

Results 7 comments of dsijakovski98

Having the same issue, cannot get locales to load for `/mk` only for `/mk/`. Also, looks like it is the same behaviour in the [Demo app](https://astro-i18n-demo.netlify.app/fr/). If can be made...

Same thing happens to me, but for all of the non-home pages. Like "/" page has all icons available, but let's say "/about" page has some of the icons hidden...

> Managed to get key autocompletion by adding a `i18n.d.ts` in my types folder (at root of project). > > ``` > import fr from "~/i18n/fr"; > > type StringKey...

Having the same issue, very slow responses when going through the SDK. Maybe it will be faster using regular API calls to the server directly, tho haven't tried it out...

Kinda solved this myself by using a local Postgresql DB instead of a hosted one like supabase or neon. Still mot performing like I would expect it to but much...

I dont think it caches the database, it just implements resource/computation caching as I understood it. It could be just a speed up due to the fact that it doesn't...

> Hi! I have similar issue with class-variance-authority library which is very painful(( Did you perhaps find a solution to this? 🥲