Open valentinegb opened 1 year ago
Tested on Windows and Linux, 1 571 chars and more - UI responsive as usual.
Tested on Windows and Linux, 1 571 chars and more - UI responsive as usual.
Is anyone else able to test it on macOS?
Do you build in debug or release?
Can you run it under strace
and possibly see what is happening during the slowdown?
While I'm developing I build in debug but when making a release I build in release, the problem happens either way.
I don't have strace
, looking it up it looks like it's only on Linux but I'm on macOS.
I also encountered a similar phenomenon. When using the Input
, I noticed that the pasted text was shortened to about 1000 characters.
I confirmed that the application freezes when using the Password
.
I am using dialoguer 0.11.0 on macOS 14.2.1
I have the following code:
Running the code, I paste a 1,571 characters long token into my terminal, and then the program becomes unresponsive.
Using
Input
does not freeze but it cuts off most of the token and isn't ideal for entering very sensitive information.I am using dialoguer 0.10.4 on macOS 14.0 Beta (23A5286i).