You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See attached screenshot. If teh terminal is not full-size it seems that if the question is too long, the text is cropped instead of being wrapped to multiple lines. No idea if this is a package issue or an OS system. Julia does seem to handle somehow long strings printing, so maybe it's something fixable
Package Version
0.9.1
Julia Version
1.10.4
Reproduction steps
Open a terminal, make sure it's not full screen and relatively small.
using BestieTemplate
BestieTemplate.generate("Something.jl")
you will see if the questions are too long to fit the terminal, they are not wrapped into multiple lines, but cropped.
Relevant log output
No response
Operating System
Linux
The text was updated successfully, but these errors were encountered:
fyi, it seems the issue originated from a copier dependency and they closed the issue in copier and opened in a new one in questionary: tmbo/questionary#398
Description
See attached screenshot. If teh terminal is not full-size it seems that if the question is too long, the text is cropped instead of being wrapped to multiple lines. No idea if this is a package issue or an OS system. Julia does seem to handle somehow long strings printing, so maybe it's something fixable
Package Version
0.9.1
Julia Version
1.10.4
Reproduction steps
you will see if the questions are too long to fit the terminal, they are not wrapped into multiple lines, but cropped.
Relevant log output
No response
Operating System
Linux
The text was updated successfully, but these errors were encountered: