Muhamed Usman

Results 8 comments of Muhamed Usman

Can we get the orignal app icon and orignal dark theme as an option like in vanced manager

I've submitted a PR fixing the described bug. I would greatly appreciate your insights and feedback!

I've submitted a PR that includes an example addressing the requested use case. I would greatly appreciate your insights and feedback!

The width is the issue I have an application that is now breaking due to 1.2.0 update, on 1.1.2 everything was ok. I am using Windows Terminal. To replicate, ```golang...

@aymanbagabas Thank you so much, everything is now back to normal.

@ipsavitsky The issue happens when the text after the cursor wraps around, try this example below ``` Golang package main import ( "fmt" "strings" "time" "github.com/charmbracelet/bubbles/stopwatch" tea "github.com/charmbracelet/bubbletea" "github.com/charmbracelet/lipgloss" )...

I don't think so that there is a way, as the text have to wrap dynamically as the window resizes, I've tried this to wrap the string myself, but no...

> Hi all! Happy to reopen. That said, I'm trying to understand the exact issue(s). Is it basically that when text wraps inside a box with a border styling on...