15 Volts

Results 17 comments of 15 Volts

The problem is only with Linux Mint on VirtualBox. I have also tested Ruby2D on a Fedora installation on VirtualBox - which doesn't seem to have any problem!

require 'ruby2d' require('ruby2d') require'ruby2d' require %q(ruby2d) require %Q(ruby2d) %w(open3 bigdecimal ruby2d).each { |x| require(x) } %w(open3 bigdecimal ruby2d).each(&method(:require)) gem 'ruby2d' gem('ruby2d') This will not match the regexp. There are a...

Yes, @simoarpe, This will be very helpful. But now, I am happy with rotating image. Say I want to rotate a Square, at this point I will create an image...

It's possible, though quite unusual, that the issue lies with IRB using ANSI escape sequences. Could it be that IRB outputs a specific sequence that causes glitches in terminals? If...

This glitch happens intermittently, unfortunately I can't reproduce it currently :( Regarding your question on trying something other than VTE: I never faced this issue on terminals like Alacritty. But...

Ah, I see now. It's possible there's an issue with the escape sequences used by `irb` and how VTE-based terminals interpret them. Interestingly, the `script` command isn't capturing the output...

Thank you, Egmont, for shedding light on this intricate issue. Regarding the `script` command, its behavior in my environment is quite peculiar. The output I'm getting is: ``` exit Script...