Shivansh Yadav

Results 21 issues of Shivansh Yadav

Signed-off-by: Shivansh-yadav13 ## Explanation This PR is for adding some validation for patchesJson6902 it is for checking if a quote is missing in the value field I have also added...

Localize `distributed-apps.md` - https://glossary.cncf.io/distributed-apps/

lang/hi

- https://glossary.cncf.io/distributed-systems/

documentation
lang/hi

Closes https://github.com/appwrite/appwrite/issues/4092

hacktoberfest-accepted

-Closes https://github.com/appwrite/appwrite/issues/4134

hacktoberfest-accepted

- Closes https://github.com/appwrite/appwrite/issues/4469

hacktoberfest-accepted

- Closes https://github.com/appwrite/appwrite/issues/4491

hacktoberfest-accepted

https://github.com/iampawan/30DaysOfFlutter/blob/e7578cffb012838d1051c85b0766169821e918a0/lib/pages/login_page.dart#L65 This does not work anymore, it gives an error ``` The property 'isEmpty' can't be unconditionally accessed because the receiver can be 'null'. ``` Similarly, https://github.com/iampawan/30DaysOfFlutter/blob/e7578cffb012838d1051c85b0766169821e918a0/lib/pages/login_page.dart#L16 This also give...

Tried making a good-looking Landing page, hope it looks ok!😅 ## screenshots ![pp1](https://user-images.githubusercontent.com/87603425/136165632-f5da5d2b-bb25-4963-9037-32a2e002cae1.PNG) ![pp2](https://user-images.githubusercontent.com/87603425/136165686-a3535e48-51ce-43ca-bec2-5091cc5d4c4f.PNG)

hacktoberfest-accepted

This is my cog file ```yaml build: gpu: true python_version: "3.10" python_packages: - "diffusers" - "accelerate" - "peft" - "transformers" predict: "predict.py:Predictor" ``` This is my `predict.py` ```py import torch...