[PR #211] [MERGED] Implement string trimming based on visible characters length #291

Closed
opened 2026-02-15 15:55:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/211
Author: @13xforever
Created: 2/6/2019
Status: Merged
Merged: 2/6/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (1)

  • bcd708e implement string trimming based on visible characters length

📊 Changes

4 files changed (+39 additions, -6 deletions)

View changed files

📝 CompatBot/Commands/Invites.cs (+0 -1)
📝 CompatBot/Utils/AsciiTable.cs (+4 -4)
📝 CompatBot/Utils/StringUtils.cs (+26 -0)
📝 Tests/StringUtilTests.cs (+9 -1)

📄 Description

fixes some edge cases in table formatting


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/211 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/6/2019 **Status:** ✅ Merged **Merged:** 2/6/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`bcd708e`](https://github.com/RPCS3/discord-bot/commit/bcd708e771c69cb5c4d4ff113d51f1d8a5481122) implement string trimming based on visible characters length ### 📊 Changes **4 files changed** (+39 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Invites.cs` (+0 -1) 📝 `CompatBot/Utils/AsciiTable.cs` (+4 -4) 📝 `CompatBot/Utils/StringUtils.cs` (+26 -0) 📝 `Tests/StringUtilTests.cs` (+9 -1) </details> ### 📄 Description fixes some edge cases in table formatting --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:33 -05:00
yindo closed this issue 2026-02-15 15:55:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#291