Don

Results 81 comments of Don

Around line 35 in TextFormatter, this addition works to detect the 256 color mode... ```coffee # replace also 256 color codes text = text.replace /\[0;(3[0-7]);([0-9]*)m/, (match, colorCode, other) => ""...

Created PR #90 to include this and some other updates.

See my fork, PR #90 has been submitted, but this package appears to be unmaintained judging by the date of these issues... https://github.com/vanboom/atom-rspec

:+1: I am using the **Atom Dark** (UI Theme) and **One Dark** (Syntax Theme), and having a similar issue. The colors in the rspec results window are very muted and...

+1 also - just purchased a wide screen monitor and wanting to have a right hand panel for running tests

@kylefox Thank you for this great library and for your consideration on this simple PR.

Thanks @ruckus, oddly this just started happening with no code changes on our end. When I use your method above to build the TaxLine manually, I get a different error......

:+1: Same issue here after moving to Rails 5.2 - Ransack is attempting to treat the serialized array (which is simply text in the database) as an array column where...

In rails/rails#41787 we received this reply: > Thank you for the issue. Arel is not public API of Rails and should not be used by applications. Also Rails 5.2 is...

Wanting to contribute more detail to this issue. Please consider reopening unless this may be a Firefox bug? Here is a test file that reproduces this behavior on Firefox. Notice...