abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
41 stars 9 forks source link

[Bug] Test cropped when terminal small #422

Open lucaferranti opened 2 weeks ago

lucaferranti commented 2 weeks ago

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

image

Package Version

0.9.1

Julia Version

1.10.4

Reproduction steps

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

abelsiqueira commented 1 week ago

Can reproduce. This comes from the copier side, I will open an issue there.