Swastik Baranwal
Swastik Baranwal
@cch123 Its sad to hear that out :/
I am still waiting for the English translation...
ok 😢
I am also hoping to remove https://github.com/Delta456/box-cli-maker/blob/master/detect_windows.go#L20-L27 and https://github.com/Delta456/box-cli-maker/blob/master/detect_unix.go#L18-L25 for good.
Thanks for raising the issue. I will see what I can do.
Hmm I am thinking of making a flag like `AllowWrapping` when set to `true` will allow wrapping of lines else the lines won't be wrapped. I also would like to...
In some scenarios people may want to pad according to their own needs so I think I will let the user allow it. By default it would be `uint((width*2)/3)`. What...
After several testing, I will be using [`muesli/reflow`](https://github.com/muesli/reflow) instead of [`go-wordwrap`](https://github.com/mitchellh/go-wordwrap) because the former also has support for CJK, tabs and emojis and it provides several options.
> In some scenarios people may want to pad according to their own needs so I think I will let the user allow it. By default it would be `uint((width*2)/3)`....
> oooops, I just noticed it too. I will update the modules! What are the main differences (or do you have a page with new release notes I can read)?...