Results 11 comments of MHG

I think it's better to do internationalization at the top level, means by calling `validate` function or `validateSync`, at first, all processes must be done and after that, internationalization in...

Hi, `react-slick` and `vue-slick-carousel` did not truly implemented the `RTL` feature. For supporting the `RTL` feature, I changed some functions and created a new fork based on `vue-slick-carousel`. You can...

I implemented a solution in this [PR](https://github.com/Iran-110/vue-slick-carousel-rtl/pull/4) on my forked repo: [vue-slick-carousel-rtl](https://github.com/Iran-110/vue-slick-carousel-rtl). Also works well with `ltr` mode.

Hi, I've made some minor fixes to address this and similar issues in these commits: https://github.com/Iran-110/vue-slick-carousel-rtl/commit/506d90e896a02eec131024782aac13518992502d https://github.com/Iran-110/vue-slick-carousel-rtl/commit/d2215348cbd079f7499feacc8e41689acc277832 https://github.com/Iran-110/vue-slick-carousel-rtl/commit/3323a96394009010124294b88169a1ed180493d8 https://github.com/Iran-110/vue-slick-carousel-rtl/commit/f36491a6d14eba67145ed7313f95f7ba9bf0dd08 All available in master: [vue-slick-carousel-rtl](https://github.com/Iran-110/vue-slick-carousel-rtl)

Use this snippet to install the directive in vue 3 (with SSR): ```ts import Vue from "vue"; import { directive } from 'v-aspect-ratio'; Vue.directive('aspect-ratio', { mounted: directive, updated: directive, //...

@geoyws, thanks for your implementation of the new apollo v4 plugin. I searched and find an available npm package which can be installed by `yarn add @ejekanshjain/type-graphql-dataloader`.

Demo: https://github.com/Iran-110/tw-mangle-test/tree/at-rule

Thanks for your response. I checked the stack trace and found that the source of the error is in the `processApply` function in the `expandApplyAtRules.js:380:29` file. ```ts if (!applyClassCache.has(applyCandidate)) {...

@neonarc4 salamon alaykom. I think you are running your project in development mode and this plugin seems to have limitations in that mode. It's explained in the `unplugin-tailwindcss-mangle` [repository page](https://github.com/sonofmagic/tailwindcss-mangle/tree/main/packages/unplugin-tailwindcss-mangle#notice):...

This issue appears for items in `absolute` or `fixed` containers.