Results 5 comments of Yuriy Babak

Here is alternative working way: https://github.com/Inversion-des/slim/commit/dcd4befafedb35b435b1cdce5282c5c20291ee23

Here is my solution for this: https://github.com/Inversion-des/slim/commit/03a0a714fbe6eecb4c77e65605862b5b3fad2380 Cherry-pick if it is fine, or improve if needed.

I use this workaround (https://github.com/Inversion-des/slim/commit/8857e41eeda9d97f5d158ad19b0683e119c4e8c9), but there should be some better solution.

Why it is not the same as in the classic cmd?? I cannot switch to the new terminal because of this ( I really rely on a number of visible...

I have some different problem with nested scopes. Maybe it is related… The next code produces unexpected results for nested scopes: ```ruby class Keys def Keys.private_key = '0' end RSpec.describe...