Pavel Dmytrenko
Pavel Dmytrenko
Thanks for proposal. I'll take a look on how to build conda packages.
That's because Windows support is not implemented yet. For this particular problem, [yaspin uses](https://github.com/pavdmyt/yaspin/blob/master/yaspin/core.py#L535:L546) terminal control sequences which are not compatible with Windows. Here is one way to solve it:...
Hello @mzylowski Thanks for reporting this! Yaspin is not targeted for Windows and was never tested under the windows OS. I'd suggest to use [halo](https://github.com/manrajgrover/halo) spinner. It should support both...
@thouseweart I believe it is possible to add support for Windows-compatible escape codes. Let me investigate this. I'll reopen the issue.
Hi @cchaffatt The behavior triggered by `\n` symbol is kind of expected. Yaspin tries to avoid interfering with user input, otherwise handling all possible [terminal escape sequences](https://docstore.mik.ua/orelly/unix/upt/ch05_08.htm) would make code...
Related: #24
Hi @oz123 What are these patches about? Generally, I'm open for the new PRs.
@oz123 yes, I'm open to improve Windows support. Feel free to submit PRs.
Hi @sebageek Thanks for reporting this! Can you please share python version and locale of the environment you're running at: ```bash $ python -V $ locale -a ``` Which operating...
I was able to look at this issue more thoroughly, especially at this part: > In an attempt to fix this in an application I'm writing I created a yaspin-like...