feat: add new testimonials
Node.js CI / Lint and Test (push) Failing after 26s

This commit is contained in:
2025-12-12 21:02:38 -08:00
parent f8568e24fa
commit ac3068ff05
3 changed files with 34 additions and 1 deletions
+11
View File
@@ -18,9 +18,11 @@
"Calenelle",
"callista",
"cashapp",
"Celestine",
"Caylus",
"Chibika",
"Deepgram",
"Eclaire",
"Eirene",
"Elaria",
"Elowyn",
@@ -31,10 +33,12 @@
"Hacksmiths",
"hikari",
"Isolda",
"Isekai",
"iuvo",
"Jaoude",
"Karlo",
"Katey",
"Keiko",
"Kuroko",
"Lamonica",
"Liora",
@@ -54,6 +58,7 @@
"Nielda",
"nightsong",
"nymira",
"Nomena",
"Ohman",
"opencollective",
"oriana",
@@ -67,24 +72,30 @@
"Ruutuli",
"Rythm",
"Satyarth",
"Saisoku",
"Sema",
"Serenya",
"shortener",
"soooo",
"sorielle",
"Streamcord",
"Sylvara",
"Takada",
"Taryne",
"Technomancer",
"Tessara",
"TTRPG",
"Thalassa",
"thessalia",
"Tihomir",
"UFCW",
"Urmatan",
"Umbrelle",
"Vajda",
"Veluna",
"verena",
"vitalia",
"Vivicrea",
"Vite",
"VSAA's",
"Zaidalkilani",
+21
View File
@@ -115,3 +115,24 @@
- name: Internal Feedback (Anonymised for privacy)
content: Kudos to Naomi for all of the initiatives on Discord. The community is really thriving and it is bringing more engagement to the organization!
date: 11 September 2025
- name: Internal Feedback (Anonymised for privacy)
content: I wanted to give a shout out to Naomi who is always so patient when I ask her about complex GIT situations I "git" myself into. Whether it's a funky rebase or major merge conflicts she always has the answers and is soooo helpful.
date: 26 September 2025
- name: Internal Feedback (Anonymised for privacy)
content: big kudos to the many deeply involved teams taking this to launch during crunch time -- DX (including Naomi) [the rest has been removed for privacy]
date: 3 October 2025
- name: Internal Feedback (Anonymised for privacy)
content: I wanted to give some BIG shout Kudos to both Naomi and a colleague for the amazing work they both did to re-architect our API Specs! I just contributed my first change to the new architecture and it's much easier to grok and navigate now. Our first version of the API Spec was near and dear to my heart as I did a lot of work on it, but this new version is 1000 times better! Here's to constantly improving our developer experience both internally and externally!
date: 15 October 2025
- name: Internal Feedback (Anonymised for privacy)
content: We've had a lot of help along the way, including the tireless work colleagues like Naomi have put into making this happen, plus short-order efforts from engineering teams (including Naomi) to get our SDKs ready for this product launch.
date: 21 November 2025
- name: Internal Feedback (Anonymised for privacy)
content: Naomi and a colleague rotated dozens and dozens and dozens of credentials while ensuring as many tools as possible could stay functional through the holiday weekend. They used their deep knowledge of version control systems to recommend paths forward, and proactively thought of additional ways we can increase security within our repos. Naomi and her colleague were also on the call Wednesday night for hours and went on to complete many, many tasks throughout the long weekend. Kudos to Naomi and colleagues for diligently combing through our repos and undoing the erroneous changes.
date: 1 December 2025
- name: Internal Feedback (Anonymised for privacy)
content: And also Naomi for all the work you did on the SDKs too! [These were an SDK delivered under a tight deadline for support of a new platform]
date: 5 December 2025
- name: Hanna Rose
content: Naomi is an extremely hard working individual who knows no bounds but her own. She constantly pushes herself and her team to do they best they can and ensures the results she delivers is as high quality as possible. With resilient determination and outstanding coordination and leadership skills, there is no one else that could even remotely match her level of talent.
date: 5 December 2025
+1
View File
@@ -155,6 +155,7 @@ const excludedRepos = new Set<string>([
".gitea",
"womp-womp",
"sakura",
"dsa",
]);
const convertKebabCaseToTitleCase = (string_: string): string => {