Tables doesn't displaying in Heroku
When I try to use it in Heroku (A PaaS that works using Ubuntu), tables doesn't display as should be

Yes I have noticed this before while running the tests on Heroku/circle-ci/travis. They use a different Terminal that what we use in local.
The solution is I need to find a way to detect terminal type and use proper ascii color code for that terminal.
A lazy and easy fix would be to rely on an environment variable to choose what ascii color codes to use.
@ArjixWasTaken sounds good
@IvanGodinez21 is this not happening anymore?
Oh, @ayonious I didn't see any update related to this issue, so I decided to close it, but if you want to re-open it, you can do it. Maybe this issue could be hard to fix, and not just in Heroku, there are many other platforms that may have this bug.
I leave it to your decision
With this following feature no more special char would be printed which is lot better than having broken CI views. https://console-table.netlify.app/docs/doc-no-ascii
I wont consider this completely fixed but at least the basic table view should be seen using this. Styling can be done later