Amir H. Khanjani

Results 25 issues of Amir H. Khanjani

Added Nx: Install `Nx Console` extension on VS Code to use the tools. Added Nx Cloud distributed caching. See [here](https://nx.app/?utm_source=nx.dev). Updated Lerna to v5.3.0. Moved Prettier config to `.prettierrc.yaml`.

How can we add pepper? The binaries apparently don't support it. Can we implement a pre-argon pepper hashing or will it be simply useless without the core support?

The progress is currently like so: `Progress: resolved #, reused #, downloaded #, added #`. There's nothing that shows the end. We need an `out of` after `resolved`. Perhaps something...

type: feature

`createColumnHelper` function in my opinion makes the TypeScript experience much better. It would be great to have it in the docs. The current example works at run time but gives...

Stale

Can we implement Select component with something like Tanstack Virtual? I'm currently trying to load the list of all countries and it's not going well

I'm specifically asking this for Previous and Next buttons because in a dynamic client-side pagination, you don't really want to remove and add them to the UI. I couldn't find...

### Is your feature request related to a problem? Please describe. Not really a problem. ### Describe the solution you'd like to see The [official ESLint plugin](https://tanstack.com/query/v4/docs/eslint/eslint-plugin-query) seems promising. I'm...

🌟 enhancement

**Icon Type** - [x] Folder - [ ] File **Folder Names** - features - feature - feat **Graphic ideas** With searching for "features icon" on Google, the common theme seems...

enhancement

### Describe the bug The example for the select component in the docs does update React Hook Form's values but not the actual form element's. So form actions will fail...

bug

### Describe the bug This is the shadcn source code: ```ts const InputOTP = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( )) ``` In the original input...

bug