Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Test cropped when terminal small #422

Open
lucaferranti opened this issue Sep 4, 2024 · 3 comments
Open

[Bug] Test cropped when terminal small #422

lucaferranti opened this issue Sep 4, 2024 · 3 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@lucaferranti
Copy link
Contributor

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

  • 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

@lucaferranti lucaferranti added the bug Something isn't working label Sep 4, 2024
@abelsiqueira
Copy link
Collaborator

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

@lucaferranti
Copy link
Contributor Author

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

@abelsiqueira
Copy link
Collaborator

Thanks, I will be following their issue as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants