EMS-TU-Ilmenau / fastmat

A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
https://fastmat.readthedocs.io
Apache License 2.0
24 stars 8 forks source link

Refactor console size detection for cross-platform compatibility #14

Closed ChristophWWagner closed 6 years ago

ChristophWWagner commented 6 years ago

The current implemented method only supports unix systems with a potentially unsafe system call to stty. This should be fixed by platform-specific OS or API calls replacing inspect.common.getConsoleSize(). This then in turns leads to improved security and improved platform compatibility (and less codacy issues)