Kamil K. Lemański

Results 4 comments of Kamil K. Lemański

That's my patch. It's same problem but solved at Virtus level https://gist.github.com/kml/da4f7cf70008986b3ba5

It's also problematic on JRuby. XmlSaxParserContext#parse_io ignores encoding parameter https://github.com/sparklemotion/nokogiri/blob/master/ext/java/nokogiri/XmlSaxParserContext.java#L146 It would be usefull to have possibility to force encoding.

Hey, to put some context `Thread[]=` is for setting "fiber-local variable" https://ruby-doc.org/core-2.0.0/Thread.html#method-i-5B-5D `Thread#thread_variable_set` can be used to set "thread-local variable" https://ruby-doc.org/core-2.0.0/Thread.html#method-i-thread_variable_set The issue itself is rather hard to fix in...

Hi. I find `irb` command to be useful as an equivalent of [pry cd](https://github.com/pry/pry/blob/master/lib/pry/commands/cd.rb). For example when debugging session starts in irb console (like rails console - testing on staging...