From 2e35b616f0c94a3618ccd8ae1fafd3de97e74868 Mon Sep 17 00:00:00 2001 From: Smoren Date: Mon, 4 Mar 2024 00:44:22 +0300 Subject: [PATCH 1/2] Add itertools-ts to TypeScript and JavaScript sections --- data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data.json b/data.json index 28ce1de..bf420c9 100644 --- a/data.json +++ b/data.json @@ -2095,6 +2095,16 @@ "Ansible" ], "description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." + }, + { + "name": "IterTools TS", + "link": "https://github.com/Smoren/itertools-ts", + "label": "good first issue", + "technologies": [ + "TypeScript", + "JavaScript" + ], + "description": "Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)." } ] } From 7b0fe75179ed0b28fc9f8b556986ad57a68175fd Mon Sep 17 00:00:00 2001 From: Smoren Date: Wed, 29 Jan 2025 01:18:47 +0300 Subject: [PATCH 2/2] Update data.json Co-authored-by: Sammy Hori --- data.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data.json b/data.json index f416fff..59da734 100644 --- a/data.json +++ b/data.json @@ -2128,8 +2128,7 @@ "link": "https://github.com/Smoren/itertools-ts", "label": "good first issue", "technologies": [ - "TypeScript", - "JavaScript" + "TypeScript" ], "description": "Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)." },