anyone have slow debugger interface when using tailwindcss puma plugin? · rails/tailwindcss-rails · Discussion #346 (original) (raw)
I wasn't aware that the environment and app I used for testing had other things turning off tty, which completely messed up my previous result.
Debug
With Reline 0.5.2 (latest release)
Missing keystrokes as described.
With Reline 0.4.3
Missing keystrokes as described.
With RUBY_DEBUG_NO_RELINE=1
Everything works as expected.
IRB
With Reline 0.5.2 (latest release)
Missing keystrokes as described and sometimes freezes after a few inputs.
With Reline 0.4.3
Missing keystrokes as described and sometimes freezes after a few inputs.
Pry
Missing keystrokes as described and sometimes freezes after a few inputs.
Conclusion (for now)
- Using
debug
withRUBY_DEBUG_NO_RELINE=1
set somewhere should prov…