Patrick Plenefisch
Patrick Plenefisch
> Is there any libraries in particular that you had in mind? No, though in the past ~6 months I have ran into this with 3 separate libraries
Yes, if you chain it it is, but that's only part of the type of setters I've seen, and I wouldn't use the ruby-style setters for that case anyway, as...
FWIW I initially noticed this nearly a year ago and after some consultation with @headius filed it over at the IRB repo as https://github.com/ruby/irb/issues/295 Though I suppose it's good to...
Looking at Pry (which doesn't do this) and IRB, I found that Pry just ignores our packages, so decided to do the same in irb: https://github.com/ruby/irb/pull/403
For ease of debugging this issue without Wireshark, I've made a statefull HTTP server for this issue: ```rb require 'socket' server = TCPServer.new 7182 def run(client) class 0 retry else...
Ah yes, that appears to have worked. Should put the workaround on the wiki page until it's fixed.
Does using -add-opens for the enclosing package make this issue go away? I know it can resolve some of these issues, though the error message is different than I expect...
Non-process based terminals are PTY's that don't use fork and assign to STDIN/STDOUT, instead being an in-process thread on new file descriptors that are not STDIN/STDOUT. I've created this demo...
I just struck this on my upgrade from Debian 10 to 11. It wasn't the preferences for me, but instead a 3rd party icon issue. I narrowed it down by...
Two examples off the top of my head: the classic Q*Bert, and Freeciv in its classic isometric mode (ie. not the WebGL client).