-
Notifications
You must be signed in to change notification settings - Fork 35
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
text is leaking #9
Comments
Hi @devmondo! Thanks for raising this issue. I'm not being able to reproduce it, but I believe that this might have something to do with using |
hi @jcarpanelli , thanks for the prompt reply, indeed i am using chalk to color parts as you said, i will disable it for now as you said until the fix. thanks alot :) |
Hi, @devmondo! I've just released a new version, v0.4.0. Could you please confirm whether your issue has been fixed or not? If not, I'll have to ask you more info in order to reproduce it. |
Hi @jcarpanelli! thanks a lot for the work, I made tests and it is better now, the text and color are not getting mangled like in the first picture I posted, but still text is leaking. if you look at the picture below you would see the word, please let me know how I can help with more info and I hope I am not wasting your time. |
Another question @devmondo! Are you adding line breaks to any spinner message using spinner.add('foo', { text: 'hello!' });
spinners.update('foo', { text: `hello\nI'm\na\nspinner!` }); And last question: Is the |
@jcarpanelli , yes, you are correct, on both counts. I am using a new line in spinnies at the end of the sentence. and I will try to convert all those thanks a lot for the time and effort. i will work on it and let you know. |
Ok, great! I've just released |
Hi,
i don't know what is happening exactly, but i think the picture below explains it better than words.
The text was updated successfully, but these errors were encountered: