Amir Hossein Hashemi

Results 27 comments of Amir Hossein Hashemi

Hello. Thank you for all the effort you put in your plugins. Since it is compared with Harpoon, I would like to know whether I can achieve the same workflow...

I made some progress by dynamically importing resource pages: ```tsx import dynamic from "next/dynamic"; const ArticleList = dynamic(() => import("../components/pages/articles/list").then((mod) => mod.ArticleList) ); ``` I think it's worth being documented....

Hey @aliemir > We can deploy a fix for it very soon to resolve that. That's great. Thank you. > Can you also share the bundle size change you get...

Tremor doesn't support RTL yet. I don't think they are going to support it anytime soon because it's very new and lots of important components are still missing.

For the Tremor team: If you want to support RTL at any time, I'm willing to help you as I'm a RTL language native speaker and have done similar things...

I tried to implement it a few days ago but due to a Typescript limitation I had to convert all `interface`s to `type`s. For example `export interface ButtonProps` becomes `export...

There is `onValueChange` event handler which I assume is you are looking for.

Typescript is exactly for that. The `console.error` you mentioned requires runtime checks which: 1. Increases the complexity of the code. A lot of `if` statements are required 2. Might increase...

Thank you for all your work. Wish you the best.

Looks like it's actually planned: ![image](https://github.com/echasnovski/mini.nvim/assets/87268103/928ad314-6724-48b8-a8e1-d4e3e76e5442)