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] static=false builds and works in terminals that are wide but fails in terminals that are narrow. #178

Closed
KwatMDPhD opened this issue Feb 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@KwatMDPhD
Copy link
Member

Describe the bug
static=false builds and works in terminals that are wide but fails in terminals that are narrow.

Version of the package:
v0.12.7

To Reproduce
Steps to reproduce the behavior:

  1. Build this main state of GSEA.jl KwatMDPhD/GSEA.jl@5fdf5ce
  2. Run it successfully with a wide window
  3. Run it unsuccessfully with narrow window
  4. See error

Expected behavior
static=false should work with any terminal size.

Scree
Screen Shot 2022-02-12 at 10 30 30
nshots

Screen Shot 2022-02-12 at 10 30 53

@KwatMDPhD KwatMDPhD added the bug Something isn't working label Feb 12, 2022
@Roger-luo
Copy link
Collaborator

right, the static logic seems not fit it very well, I think probably the best way is to actually find a solution for small width printing than erroring when it's small.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants