Results 10 issues of Ankur Singh

This is a Python program which have potential to find all the prime number upto the given number which is provided by the user. ![Screenshot from 2022-10-01 10-02-13](https://user-images.githubusercontent.com/98346896/193392638-23544d05-c4c4-4812-b898-9cb503f88219.png)

### Language Hindi ### What improvement are you suggesting? Some suggestions: - **First Paragraph** > p5.js रचनात्मक कोडिंग के लिए एक जावास्क्रिप्ट लाइब्रेरी है, जिसमें कलाकारों, डिजाइनरों, शिक्षकों, शुरुआती लोगों...

Translation

Fixes #1343 **Changes:** Adds the missing translation. **Screenshots of the change:** ![Screenshot from 2024-01-27 19-02-47](https://github.com/processing/p5.js-website/assets/98346896/1e813f10-62a6-4b22-9681-26a787d6b215)

### Increasing Access Unsure ### Most appropriate sub-area of p5.js? Reference ### Feature request details Adding an example to the following code [here](https://p5js.org/reference/#/p5/function) ```JS let square = number => number...

Feature Request

Implemented the `set_apikey` function within the `Client` class to set the different external API keys. ``` def set_apikey(self, openai_key: Optional[str] = None, cohere_key: Optional[str] = None, huggingface_key: Optional[str] = None,...

A `pull request (PR)` workflow is crucial for streamlined collaboration, enabling contributors to propose changes systematically, fostering code review, and ensuring the overall quality of the software. > I also...

### Which component is this feature for? Anthropic Instrumentation ### 🔖 Feature description This feature will explain how to contribute and outline the contribution workflow: 1. Fork the repository 3....

documentation

This pull request includes various grammatical and stylistic improvements to the `CONTRIBUTING.md` file to enhance readability and clarity. The most important changes include fixing punctuation, correcting grammar, and improving sentence...

Status: Review Needed
Priority: Low
Type: Maintenance

`Nominated by one of the maintainers or TOC members by open a community issue` -> `Nominated by one of the maintainers or TOC members by opening a community issue` Copy...

Fixes #1096 - Implemented the init github command - Able to create new `.github/workflows/i18n.yml` workflow - Also, able to overwrite if `i18n.yml` is existed before. - Printing the console message...