mirror of
https://github.com/hiaaryan/sileo.git
synced 2026-04-26 23:45:50 +03:00
[GH-ISSUE #33] [BUG]: Title: capitalizes each word in the title instead of preserving original casing #33
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sileo#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @suprunchuk on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/hiaaryan/sileo/issues/33
Originally assigned to: @hiaaryan on GitHub.
Environment:
"sileo": "^0.1.5",Steps to Reproduce:
sileo.info({ title: "Test data test" });Expected Result:
Title is displayed as:
Test data testActual Result:
Title is displayed as:
Test Data TestCode Snippet:
@rbsn-cpu commented on GitHub (Mar 12, 2026):
Yep, quite problematic. Looks like Sileo is not updated.. :(