python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Rails console (in docker-compose) hangs when I try to paste a string with an extended character such as "Vötest"
On my Mac:
Copy the string n = "Vötest" to my clipboard from my code editor (Sublimetext 3.2.2)
Launch Rails console
rails c
irb(main):001:0>
Attempt to paste the string t...
jpw
Votes: 0
Answers: 0
How to make irb output the same on Ubuntu and Windows?
I'm have irb 1.4.1 (2021-12-25) on Windows 10 and Ubuntu 16.04. On Windows, When I type in irb 1+2, on Windows I get # => 3, but on Ubuntu I get => 3.
For me this is not a trivial matter, becaus...
Burdette Lamar
Votes: 0
Answers: 1
Ruby 3.1.0 encoding(?) problem in irb (RubyInstaller Windows 10)
Since the update to 3.1.0 via RubyInstaller under Win 10 there is a problem with alt gr in irb. When I try to enter { (German keyboard alt gr + {) I get ^[{. Any idea what's going wrong? BTW 3.0.2 was...
Eric
Votes: 0
Answers: 2