-
Notifications
You must be signed in to change notification settings - Fork 142
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
Graceful failure #204
Graceful failure #204
Comments
Is that related to #207 ? |
Yes. I initially removed the call to AnsiConole.systemInstall as I primarily run my apps on Linux which don't need this (AnsiConsole.systemInstall() fails on ARMv6). However, I have recently been running some applications from within my IDE (Eclipse) and was annoyed to see the control characters.
BTW I have setup Docker based compilation for diozero that supports x86, ARMv6, ARMv7 and AArch64 - I basically compile GCC 8 for ARMv6 and use standard tools for the rest. https://github.com/mattjlewis/diozero/tree/main/docker |
Is it possible for jansi to fail gracefully if the native library fails to load? I.e. ignore any colour output requests and output plain text instead.
The text was updated successfully, but these errors were encountered: