Christian Szardenings
Results
2
issues of
Christian Szardenings
Today the following exception was raised when my application tried to create a PDF: Encoding::CompatibilityError incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string) in line_wrap.rb, method remember_this_fragment_for_backward_looking_ops: This line...
confirmed-bug
When a large Range is given in a for-loop (e.g. 1..100000000000000), it may crash the Ruby process or at least eats a lot of memory and takes a significant amount...