Vivek Patel

Results 8 issues of Vivek Patel

## Add face recognition.

enhancement

### Requirements - [X] I have verified there are no duplicate active or recent bugs, questions, or requests ### URL https://jahir.dev/blog ### Operating System Windows ### Browser Chrome ### Browser...

bug

In app/page.tsx ``` function BlogLink({ slug, name }) { return ( {name} ); } ```

Create a button for code copy #160 ## Further Improvement - We can add toast message

#176 Redirect to not found page on docs and blog page. #174 Fixed overflow on mobile screen. @mikecao I think adding `overflow` on pre code instead of `word-wrap: break-word `...

Fixed typo in example of server actions. #6821

CLA Signed

### Summary In Composing Server Actions with Actions: ``` "use client"; import {updateName} from './actions'; function UpdateName() { const [name, setName] = useState(''); const [error, setError] = useState(null); const [isPending,...

type: typos

Fix docs link. From : https://tanstack.com/table/v8/docs/guide/introduction To: https://tanstack.com/table/v8/docs/introduction