ya3ya6

Results 5 issues of ya3ya6

Hey. In here: https://github.com/nuz-app/nuz I think the getting started is a main section of each documantation, so i suggest to make it `h1` and maybe put it also at top...

Fixed some storybook examples issues: 1. the storybook actionButtons source code was pointing to a wrong .md file. 2. the `.scss` link in one of the examples (`OnRenderItem`) was pointing...

(Please add this implementation guide to the readme file :) **Implementation Guide:** 1. Install `nvidia cuda toolkit` or disable cuda before importing tensorflow in demo, by: ``` os.environ["CUDA_VISIBLE_DEVICES"] = "-1"...

Hey. Please follow this approach insted (for useGoogleLogin): ``` https://tanstack.com/query/latest/docs/framework/react/guides/mutations ``` suppose you have a button, you want to do login, and after that doing some afterward functions. using a...

Hey. i created a google console project, i tested in one local project, it worked fine. i then moved to my another project, it didn't work there. but there wasn't...